Return index instead of HpackEntry* from HpackHeaderTable::GetByName*().

This allows HpackHeaderTable::IndexOf() to be removed.  It will also allow for
internal storage to be changed in a later CL.

PiperOrigin-RevId: 363217057
Change-Id: I87430171b6b2946bda8e7ee630100caaf0dc59b9
7 files changed
tree: 4640894999efdc640e287a1ac555d83d214a9bc2
  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.