gfe-relnote: Use indexed name if possible when sending Literal Header Field without Indexing instruction.  Protected by gfe2_reloadable_flag_spdy_hpack_use_indexed_name.

This CL touches HPACK encoding, which is used over HTTP/2 and Google QUIC.

If compression is enabled and a pseudo-header other than :authority has a
matching name but not matching value in the static table, then before this
change, its name was sent as a string literal; after this change, it is sent
indexed.

Bug: https://crbug.com/983254
PiperOrigin-RevId: 305517407
Change-Id: If6172beacb02efe2465d8753749e6c586688e3c0
3 files changed
tree: 423e053583200b09126433be51bcfbb1ebcc8964
  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.