Use std::vector instead of QuicSmallMap in various places as map is an overkill.

No behavior change. not protected.

PiperOrigin-RevId: 324890735
Change-Id: Ie28a50256b15d148620896020d20df1930ef674b
1 file changed
tree: 3c7d97ced90f82851843816b0cb669aa7dad5132
  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.