Make QuicSpdyStreamBodyBuffer manage consuming HEADERS frame header and payload. Rename QuicSpdyStreamBodyBuffer::OnDataHeader(), update documentation, and rely on it to calculate when HEADERS frame header and payload bytes need to be consumed (but still call QuicStreamSequencer::MarkConsumed() from QuicSpdyStream). Rip out MaybeMarkHeadersBytesConsumed() and headers_bytes_to_be_marked_consumed_ from QuicSpdyStream, which are hacky and cannot be extended to take care of PUSH_PROMISE frames and unknown frames. gfe-relnote: n/a, change to QUIC v99-only code. Protected by existing disabled gfe2_reloadable_flag_quic_enable_version_99. PiperOrigin-RevId: 260059055 Change-Id: I0b457e57e81a12693726a82050dafcefb08e96c8
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.