Stop processing data in QuicSpdyStream::OnDataAvailable() if connection is closed. If the connection is closed, for example, QuicSpdyStream itself closes it because a frame of invalid type is received, or because a QPACK error occurs, then no more data should be fed into HttpDecoder. gfe-relnote: n/a, change to QUIC v99-only class. PiperOrigin-RevId: 258752154 Change-Id: Ibb60b00662160582a075e1a5353bab74e95490d5
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.
The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.