Alter QuicConnectionDebugVisitor::OnConnectionClosed to take QuicConnectionCloseFrame

This continues the work starting in CL/254029189, extending the API change to QuicConnectionDebugVisitor::OnConnectionClose. It takes a QuicConnectionCloseFrame with all the information about the close instead of then explicit parameters from the frame.

This is done as part of the work to support the IETF QUIC Connection Close frame.

gfe-relnote: N/A - just changes method signature, logic remains the same.
This is not flag protected.
PiperOrigin-RevId: 254744908
Change-Id: Id80be9b2fa65d6cf8b411ec322074cf4aa7c6bae
2 files changed
tree: f66cb5336668a1dcb00e990b4b9c0e2f40823d9d
  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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.