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
2 files changed
tree: f82a7259356aab6c90dfd1c57a7dc953699061a0
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

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.