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