Remove |frame_len| argument from OnHeadersFrameEnd(). At cr/231494986 I end up using the |frame_length| argument of OnHeadersFrameStart(), leaving the argument of OnHeadersFrameEnd() unused. This partially reverts cr/233149295, which turns out was a bad guess. Sorry. gfe-relnote: n/a. Remove unused argument, no functional change. PiperOrigin-RevId: 243272208 Change-Id: If163cf3d9c6532cefaa5c9d9874c522607237f72
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.