Refactor QuicDispatcher tests

The dispatcher tests were incorrectly using
QUIC_CRYPTO CHLOs with TLS versions. This CL
updates them to use real packets from
GetFirstFlightOfPackets().

gfe-relnote: n/a, test-only
PiperOrigin-RevId: 307802112
Change-Id: I0c5af0a273f74036da72587da3838a489064acaf
1 file changed
tree: be8ec8764ac3eee279548d579dc2fcc99960320e
  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.