Remove zombie stream map in QuicSession.

Those streams will live in stream_map_ instead.

This CL also removes some duplicated tests.

Protected by gfe2_reloadable_flag_quic_remove_zombie_streams

PiperOrigin-RevId: 324877471
Change-Id: I6d3df84048c35e7ca52ec030e019bbc0def4d3ce
10 files changed
tree: 865fa785a8c43bb859aa71c19462e9e36c6df419
  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.