Adds a test case demonstrating that when HPACK compression is disabled and incremental encoding is used, spdy::HpackEncoder emits \0-delimited values on the wire.

HPACK compression is always enabled in production.
  http://cs/search/?q=gfe2_http2_compress_headers_to

gfe-relnote: n/a (test only)
PiperOrigin-RevId: 284839022
Change-Id: Ifdd79eb2008b239b685732d9e999ea981a0aeef2
1 file changed
tree: 8f6301e6aa90e9239159adfbd166b1e0836ee1a2
  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.