Introduce quic::AllSupportedVersionsWithTls()

Since we have an increasing number of TLS-only tests, more of them have a need for AllSupportedVersionsWithTls. This CL moves that out of one test and into shared code.

gfe-relnote: n/a, test-only
PiperOrigin-RevId: 305786311
Change-Id: I89218730762fbc0d19fdce81f16d176e25d284cf
3 files changed
tree: 0b4d2222295bd5312d6de9d01100ac8eda83e9ec
  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.