Abort async QPACK header decompression when stream is closed.

This is to make sure QuicSpdyStream::OnHeadersDecoded() is not called by
QpackDecodedHeadersAccumulator after the stream is closed.  This is important,
because OnHeadersDecoded() calls OnDataAvailable(), which can cause issues in
higher layers.

Protected by FLAGS_quic_reloadable_flag_quic_abort_qpack_on_stream_close.

PiperOrigin-RevId: 332106028
Change-Id: I0d2e2069c63931cf8682d1f9f79d34644561d266
2 files changed
tree: a5d3c470d546ff8fa8d1498dc5b71451ab47d276
  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.