Ensure QuicTransportStream::Visitor::OnFinRead() is only called once.

This fixes a non-deterministic crash in Chromium tests: https://bugs.chromium.org/p/chromium/issues/detail?id=1065854.  This also fixes a potential bug in which the stream is never marked as closed.

gfe-relnote: n/a (code not used in production)
PiperOrigin-RevId: 303787933
Change-Id: I3c4f39e709e27dc5f81ccc78729323da1810fda5
2 files changed
tree: a2bca293f36d51dbf1d6a451d3d1631239a3047e
  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.