Also test http2::HuffmanEncodeFast() in spdy::HpackEncoderTest.

spdy::HpackHuffmanTable::EncodeString() will be deprecated and replaced by
http2::HuffmanEncodeFast().  With this change, HpackEncoderTest generates data
using both and compares that against HpackEncoder which currently uses
spdy::HpackHuffmanTable::EncodeString() but will alternatively be using
http2::HuffmanEncodeFast() controlled by a flag, to provide extended test
coverage.
PiperOrigin-RevId: 335869311
Change-Id: If50b36933c0aec87a66279b54cf70c9452933c90
4 files changed
tree: 970edece1aef62f65098e1efd2bcfffe2491dc13
  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.