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.