Merge QpackEncoderStreamSender::Delegate and QpackDecoderStreamSender::Delegate into a single delegate interface called QpackUnidirectionalStreamSenderDelegate. The new interface is inherited by QpackSendStream. Before this change, Qpack encoder/decoder stream sender will call the spdy session and the session is responsible for finding the correct stream and write instructions. Now Qpack encoder/decoder stream sender can access Qpack streams to write instructions directly. gfe-relnote: v99 only, not used in prod. PiperOrigin-RevId: 254247942 Change-Id: Iec378d412396d12d51b63843d45630b09b301b69
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.