Rename HTTP/3 SETTINGS_MAX_HEADER_LIST_SIZE to SETTINGS_MAX_FIELD_SECTION_SIZE.

This matches https://datatracker.ietf.org/doc/html/draft-ietf-quic-http-30#section-7.2.4.1.

PiperOrigin-RevId: 332947488
Change-Id: I2546a3b3c437567ab160805bae19fdcb53a0c935
9 files changed
tree: 6bec8c730ce23fc4eae0e2d1cee99e9edd8c35de
  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.