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
6 files changed
tree: a95ba671478294b776f69f0a04e89f009e2da92e
  1. http2/
  2. quic/
  3. spdy/
  4. CONTRIBUTING.md
  5. LICENSE
  6. README.md
README.md

QUICHE

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.