Test that QuicConfig is capable of processing 2 consecutive transport parameters.

In 0-rtt, QuicConfig will first be set up with cached transport params and then reset with the transport params from handshake.

gfe-relnote: test change only, not protected.
PiperOrigin-RevId: 309123862
Change-Id: If56e4e1b1f8c2027e366b8fda932d2f1780b5d97
1 file changed
tree: 3c9cabe4a4acd211806dcf2fa447d23f938467e9
  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.