In QUIC, do not send PING when PING alarm fires but ShouldKeepConnectionAlive returns false. Client side only, protected by ENABLED gfe2_reloadable_flag_quic_fix_on_ping_timeout.

This is used to fix a bug where PING alarm is not cancelled when application finish reading data (draining streams get closed).

PiperOrigin-RevId: 326053367
Change-Id: I06aea85dad633c40e1d8486f0cb790c644b0e0e9
2 files changed
tree: 15141dc573ab3ad207dbd2a12ac2d6a19a318a93
  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.