Move OnZeroRttRejected() debug event from HTTP layer to QUIC transport layer.

This gives a more general logging for other QUIC applications.

No behavior change.

PiperOrigin-RevId: 327055691
Change-Id: Ic2e566af30827d119bccb82a30cde2617e84c772
4 files changed
tree: ad9dfc17d41268021b136e0b4014f5911e28f2fa
  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.