Update some QuicUnorderedMap to QuicHashMap.

All of them do not need pointer stability based on my inspection.

Most of them are not used in production, the only exception is quic_spdy_client_session_base.h, which is used in Chromium.

gfe-relnote: (n/a) Code not used in GFE.
PiperOrigin-RevId: 308116637
Change-Id: Iaa85b8edbdcef7849c870b41eefcfa1984cd53c7
15 files changed
tree: a51251a3d1987d725b84c6788316a87595b5ca0c
  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.