Remove HpackHeaderTable::GetByIndex().

This extensively tested method is not used in production ever since we changed
to using the HPACK decoder in third_party/http2 (via spdy::Http2DecoderAdapter)
years ago and have been using third_party/spdy/core/hpack only for encoding.
Removing this method will allow us to experiment with more memory efficient
containers that might not support random access.

PiperOrigin-RevId: 364636382
Change-Id: I6c92e6f71a9083bf69fe7981c39d16322a5aeeef
4 files changed
tree: 58f17b2ad0ccf23d401b5681a0f68e9f0f137d56
  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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.