Crash on invalid encoder or decoder stream data in qpack_round_trip_fuzzer.cc. Since encoder stream data is generated by QpackEncoder and decoder stream data is generated by QpackDecoder, data must not be corrupt. A crash would mean there is a bug in our implementation. gfe-relnote: n/a, change in QPACK fuzzer only. PiperOrigin-RevId: 262612270 Change-Id: I5b2d69b8bbceb25aec805f819cf2141cc744a970
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.