Remove HpackEntry::InsertionIndex().

Map to index instead of HpackEntry* in static_index_, static_name_index_,
dynamic_index_, dynamic_name_index_.  Elsewhere infer index by simple
calculations.

PiperOrigin-RevId: 364610531
Change-Id: Id6357fff6b7ac52026523c07afbbb352e60cf373
8 files changed
tree: b02738fc3c49f5cb5987ae0cef188689ce5e303c
  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.