Eliminate copying of Huffman encoded string in QpackInstructionEncoder.

Eliminate copying of Huffman encoded string by moving HuffmanEncode() call from
QpackInstructionEncoder::DoWriteString() to
QpackInstructionEncoder::DoStartString().

No functional change.

PiperOrigin-RevId: 336098147
Change-Id: I0d7322b0a2dcd2b95a1a0bc5d4aea0b73b1edbd8
2 files changed
tree: 0310e73ea831f22e69f739b835b25bb1840c39b8
  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.