Automated g4 rollback of changelist 257189926.

*** Reason for rollback ***

Breaks Chromium

*** Original change description ***

QuicSpdySession header size limit related cleanup.

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: 257303500
Change-Id: Id5ee14268d09efe69c1cb242905fd24666478471
2 files changed
tree: a14ae65156702ebb914b7186e5b46615e1b58bf0
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. 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.