gfe-relnote: Switch from closing the connection to QUIC_BUG in two ShouldCreateIncomingStream() overrides when called with locally initiated stream ID.  Protected by gfe2_reloadable_flag_quic_create_incoming_stream_bug.

ShouldCreateIncomingStream() is only called from CreateIncomingStream(), which
is only be called from QuicSession::GetOrCreateStream(), which already handles
this case by calling HandleFrameOnNonexistentOutgoingStream().

PiperOrigin-RevId: 301278886
Change-Id: I46711aaeb69fe184c328bb57b9a86ee618815616
3 files changed
tree: 91dc7ef418b60affc787b5eda9b8a23ac37539c8
  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.