Remove redundant stream closure check in QUIC connection close.

QuicStream::OnConnectionClose() will close the stream's write and read side.
QuicSession::CloseStream() does the exact same thing. Thus it's unnecessary.

Protected by gfe2_reloadable_flag_quic_do_not_close_stream_again_on_connection_close

PiperOrigin-RevId: 319096629
Change-Id: I6553276b2df934d944bcce8f9683fadc3201790d
2 files changed
tree: 49589437fc034830e908c40e7be7321e8536d7ad
  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.