Make QuicSession::OnStreamClosed() more robust.

Since we don't have the stream close loop anymore, closing stream twice is not expected.

No behavior change. not protected.

PiperOrigin-RevId: 320273993
Change-Id: I90c9162b41ef972eea5731eb74fe524d8f25fd5e
4 files changed
tree: 829edad55b35c38d87698042070e13940ae382d1
  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.