commit | a2b13becc8b429e88feb0b5f09d1b327fb1650cb | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Wed Jul 31 12:04:20 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 02 06:18:51 2019 -0700 |
tree | 4e394facdee32e9ab3d3c6b2cbb3fddd608209bd | |
parent | cefe2b9c5988c9cabae5b557d98d6d67f187c7d3 [diff] |
Remove Http3FrameLengths. HttpDecoder::Visitor implementations do not make use of the payload length information, so it can be removed. (The only exception is QuicSpdyStream::OnHeadersFrameStart(), but instead QuicSpdyStream::OnHeadersFramePayload() can easily accumulate payload lengths.) gfe-relnote: n/a, change to QUIC v99-only code. Protected by existing disabled gfe2_reloadable_flag_quic_enable_version_99. PiperOrigin-RevId: 260972901 Change-Id: I95955d7d43791d556fa2f925a86d506197008efd
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.