commit | a322c04850dc16830b6d41ec2cfcebb47cc2d664 | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Fri Apr 12 08:56:59 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 12 09:05:27 2019 -0700 |
tree | a95ba671478294b776f69f0a04e89f009e2da92e | |
parent | 904736b23680733d6d1e6d4b273ce0f584cb6a0d [diff] |
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.