Do not process a write-closed QuicEventManagerStream.

If a write-side closed stream can continue to receive body data on the read side, it means the stream will be closed when we call OnFinRead(). We should not proceed processing if this happens.

PiperOrigin-RevId: 336724288
Change-Id: I583b3517f9daf5f63b5f273af9942afea4ad71dd
1 file changed
tree: c0bef4bde839a084ddb6b5e01e56603ac721f662
  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.