Remove unused accessor. QpackHeaderTable::maximum_dynamic_table_capacity() and QpackEncoder::maximum_dynamic_table_capacity() are never used in production. And for tests we have QpackEncoderPeer and QpackHeaderTablePeer. gfe-relnote: n/a, remove unused code. PiperOrigin-RevId: 265088568 Change-Id: I4eb57d18338966667a075f36ad51433b4dd1e131
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.