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
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.