Neuter CRYPTO data in HANDSHAKE level when discarding handshake keys. Protected by gfe2_reloadable_flag_quic_fix_neuter_handshake_data.

This is used to fix a corner case where HANDSHAKE data is marked as lost, but handshake key is discarded before it gets retransmitted.

PiperOrigin-RevId: 324676804
Change-Id: I049458e51bdbb8c36892fafb11ec1ba71ba9dece
1 file changed
tree: 08d3edc5b3c140e74ad5afb94bbca582ee2eeb65
  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.