Remove QpackProgressiveEncoder. Since encoding is not done incrementally any more, there is no need to keep a lot of state about encoding progress in class members: local variables suffice. This CL inlines QpackProgressiveEncoder's functionality into QpackEncoder and removes QpackProgressiveEncoder. No functional change. gfe-relnote: n/a, QUIC v99-only change. PiperOrigin-RevId: 254377802 Change-Id: I8d7b36748f6c7124f1b6e7a05e1beb0b27ef34ae
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.