Add max_header_list_size argument to QpackDecodedHeadersAccumulator constructor.

This will be used in cr/231494986.

gfe-relnote: n/a.  Change to unused code.
PiperOrigin-RevId: 243792811
Change-Id: If8cdf715eb7d2a6a0af02be74d05f74eff8a6219
3 files changed
tree: 7ac1dda919c4e7f0586e9bec50a400510b73e8a2
  1. epoll_server/
  2. http2/
  3. quic/
  4. spdy/
  5. CONTRIBUTING.md
  6. LICENSE
  7. 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.