Make QboneClientTests and QboneSessionTests run with multiple non-TLS QUIC versions.

Previously these tests were only run with the first AllSupportedVersions().
In addition to increasing coverage, this change also makes them tolerant to
reordering versions by cl/290840338.

gfe-relnote: n/a (test-only change)
PiperOrigin-RevId: 297422796
Change-Id: Ifea613e93791a46761dd47f41bb0971bed9b4552
2 files changed
tree: dbeb4522fb402140ad7bb45d1b5db3a410c75467
  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.