commit | 2bda40914282ab7c70e72f55b79356843182017d | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Wed Jul 24 09:32:39 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 24 11:56:35 2019 -0700 |
tree | bdfd66b5effbe2d599cc1df325e01ad955359618 | |
parent | 6f572a8595c972939dc43f112813b1cc876fd66d [diff] |
QuicSpdySession header size limit related cleanup. This relands cr/257189926 which was reverted at cr/257303500 because in Chromium, QuicChromiumClientSession::Initialize() called set_max_uncompressed_header_bytes(). That call was since removed at https://crrev.com/c/1693401. Rename QuicSpdySession::SpdyFramerVisitor::set_max_uncompressed_header_bytes() to set_max_header_list_size() to match the name of the QuicHeaderList method it calls. Inline set_max_uncompressed_header_bytes() and set_max_decode_buffer_size_bytes() since they are used only once. gfe-relnote: n/a, no functional change. PiperOrigin-RevId: 259756568 Change-Id: I6c94e0d32ff418fdb8ccd14382bd9dd16fa82d39
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.