Make QuicToyServer support all IETF drafts

cl/299245199 changed how QuicToyServer handles versions, but that CL forgot to remove the break statement to allow supporting all IETF drafts. This CL fixes that oversight.

gfe-relnote: n/a, test-only
PiperOrigin-RevId: 299892903
Change-Id: Ib3fc9191f6bdd556575baee8dd7e611725285c09
1 file changed
tree: 09b3f8a7bb9912b157f828977d7d99b6cc80b03f
  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.