Refactor EvictDownToCapacity().

Note that I swapped the order of removing the entry from the two index (which
will be done first in a derived class override in the next CL) and decreasing
|dynamic_table_size_| (which will be done in the base class method).

PiperOrigin-RevId: 368193595
Change-Id: I5de42ceca0c0524478830ff4e4ca9e28f1e4382c
2 files changed
tree: d59348d6b621bbdc2082d5f96e561f86e08e37d5
  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.