Add fuzzer data transmitters for header blocks and encoder/decoder stream data in qpack_round_trip_fuzzer.cc.

Also limit number of encoded header blocks to 256 to limit runtime and memory usage.

Encoder stream and decoder stream transmitters are quite academic still, because QpackEncoder does not use the dynamic table yet, but it will soon.

gfe-relnote: n/a, test-only change.
PiperOrigin-RevId: 263538905
Change-Id: I66be83d38f8d8dac3b5bd14eb1e293b51e82222f
1 file changed
tree: 315e2d5e66f6279b5a785e0e3f6e4a4726614b78
  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.