In quic, avoid infinite loop in onhandshakepacketsent if discarding initial key causes connection close (and yet another handshake packet gets sent). client only, not protected.

Uncovered in crbug/1081193.

PiperOrigin-RevId: 311385556
Change-Id: If02040ad6d47b3003c053b5b76b2d2418b8108be
1 file changed
tree: 6a82a1375129f96bb26b1a39660672c613a76129
  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.