Add frame header and payload length argument to HttpDecoder::Visitor::OnHeadersFrameStart(). QuicSpdyStream, a HttpDecoder::Visitor implementation, needs to know the HEADERS frame length in order to call SpdyStreamSequencer::MarkConsumed() when appropriate. This CL is chipped off of the draft CL at cr/231494986. gfe-relnote: n/a. Change in QUIC v99 only. PiperOrigin-RevId: 238428175 Change-Id: Icff25fe34f04b96449cfcf4ed62f42e0b2e66c0f
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.