Improve QuicFramer testing of retry

This CL cleans up the server-side retry test to ensure it uses the correct packet for the version under test, and verifies that OnRetryPacket is appropriately called or not.

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