Implement blocked decoding in qpack_offline_decoder.

Locally verified that decoding works and gives correct result on 456 input files
in https://github.com/qpackers/qifs/tree/master/encoded/qpack-05: all except for
the f5 directory.

gfe-relnote: n/a, QUIC v99-only change in test-only tool.
PiperOrigin-RevId: 258671312
Change-Id: I250f7070fb29e05711bd277d98e71817f81acfe0
2 files changed
tree: f52b83e16f1850f3ec49b49dd851b6c85cebdb97
  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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.