Add log to help debug GOAWAY issue.

Log previous and current stream ID to help identify if
QuicSpdySession::SendHttp3GoAway() is called multiple times, or it is called
after QuicSpdySession::BeforeConnectionCloseSent().
PiperOrigin-RevId: 360647990
Change-Id: I6137c2c0bd0fcfeda175787729e21de6cefc4a3e
1 file changed
tree: a1ece51a6557ff3f2576f59b4296725824f61d04
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.