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