Switch the experimental use of absl from absl::node_hash_map to absl::WrapUnique.

This CL partially reverts cl/328561880

Apparently absl::node_hash_map is currently not included in the Abseil component, and I don't want us to block on this.

PiperOrigin-RevId: 328608082
Change-Id: I2bda8bcdf8d081fd771587baf9d2a1ee3d40d510
2 files changed
tree: b35391cdd9556546446e9fd006cc521f70d481da
  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.