Deprecate --gfe2_reloadable_flag_quic_goaway_with_max_stream_id.

Also remove QuicSpdySession::SendHttp3Shutdown().  Callers should use QuicSpdySession::SendHttp3GoAway() instead, which behaves identically.

PiperOrigin-RevId: 359798040
Change-Id: I53495a19141ec02438aad92a93b2c8c205ceaf53
5 files changed
tree: 40beb59d5d7b6a44ddcc3fa3743fd1a2ef3a5513
  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.