Make some tests more robust

As part of another CL, I noticed that these tests were failing because they were more restrictive than they needed to be, so I'm cleaning them up.

PiperOrigin-RevId: 370480451
Change-Id: I904c75f9ed6b11810195ae578a1719c7604f3046
2 files changed
tree: 8e101090019acaafe65b2c82dd9e0fff5b61aa10
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.