commit | 62446bcd3c0851334d81fcf91c86ee774bc2398b | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Thu Mar 14 06:11:25 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Mar 14 06:11:53 2019 -0700 |
tree | a54621238f93305c7fb3fcccd2006358cf7a9537 | |
parent | 0fb4443404650b7cf4e96230d794666ba96d7793 [diff] |
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.