Create a new interface called QpackStreamReceiver and make Qpack(Decoder/Encoder)StreamReceiver derive from it. The new interface will be used in QpackReceiveStream to decode data. gfe-relnote: v99 only, not used in prod. PiperOrigin-RevId: 255638066 Change-Id: I6bf86f356e49f2846e63b2fa422a7e1e59e7a800
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.