Remove QuicHeaderList::max_header_list_size().

The QuicHeaderList object in the affected methods originates from
QuicSpdySession::SpdyFramerVisitor.  Its |max_header_list_size_| has been set in
QuicSpdySession::SpdyFramerVisitor::set_max_header_list_size(), called from
QuicSpdySession::Initialize() with the value of |max_inbound_header_list_size_|.
This value can be directly accessed instead.

This is in preparation to remove header size limit enforcement from
QuicHeaderList altogether.

gfe-relnote: n/a, no functional change.
PiperOrigin-RevId: 286383519
Change-Id: If08f23e05f08f90a7358168f7741a8e805a1614f
2 files changed
tree: 25d4a800b890a29c6431575c21dd0c23ec4166af
  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.