For IETF QUIC client: When 0-RTT is rejected, check the server-sent transport params and close connection if server's limit exceeds what the client has already used.

Client side change only. not protected.

PiperOrigin-RevId: 315406554
Change-Id: I6e313df0ed10ef64c3f72edb5e4d1433804b8e87
6 files changed
tree: c6a6a653277a25523ac7d6bb0ae63bbea1b1479d
  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.