Return absolute index instead of QpackEntry* from QpackHeaderTable::InsertEntry().

The immediate goal is to eliminate uses of InsertionIndex().  The long-term goal
is to eliminate the need for interator stability on the container that holds
QpackEntries.

PiperOrigin-RevId: 363000091
Change-Id: Ic1e9ce61d4e3b263687ca854b1bd400c288b7368
5 files changed
tree: 2dcfd8eb6669262ebfef18a6de6d3a3e487d6e00
  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.