Remove HpackHuffmanTable argument from HpackEncoder constructor.

Every call site calls it with ObtainHpackHuffmanTable() anyway.

PiperOrigin-RevId: 335081832
Change-Id: I089242941467484a91ceba2aa49e6c1e93a4bdc9
7 files changed
tree: 810671cd7928b8529c38a2e094bd6ab20c3ee2c7
  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.