Add QpackProgressiveDecoder-generated error message to quic_offline_decoder output.

Before:

qpack_offline_decoder encoded/qpack-06/f5/fb-req-hq.out.256.0.0 qifs/fb-req-hq.qif
E0710 09:36:55.067986   28697 qpack_offline_decoder.cc:155] Decoding error on stream 2

After:

qpack_offline_decoder encoded/qpack-06/f5/fb-req-hq.out.256.0.0 qifs/fb-req-hq.qif
E0710 09:37:15.694075   30089 qpack_offline_decoder.cc:155] Decoding error on stream 2: Error decoding Required Insert Count.

gfe-relnote: n/a, test-only change in QUIC v99-only code.
PiperOrigin-RevId: 257438816
Change-Id: I7ec6f5335e0a552f0b5e0b32d489ade7a4431dd1
3 files changed
tree: 03c61ef17f123f21aff0556952afa62cdbf0a389
  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.