Prevent infinite loops in QUIC e2e test

In some failure cases, our e2e test could get itself into an infinite loop, causing it to wait 5 minutes for the overall test timeout. That makes debugging incredibly painful. This CL tweaks our code to fail earlier allowing us to avoid more timeouts.

Test-only change

PiperOrigin-RevId: 319314922
Change-Id: Ibe90e26500db95201818c6a40c5b819d3c44cae8
4 files changed
tree: 44b9fe8e2380fbe3477e9ab720f3f96fb8f3c0ef
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects.