Introduce QuicSession::PerformActionsOnActiveStreams().

This prevents applications from knowing details of all the streams and only perform actions on active ones.

Protected by gfe2_reloadable_flag_quic_do_not_use_stream_map

PiperOrigin-RevId: 322884736
Change-Id: Idc0478732e2def72627071987ec881e173e8097c
2 files changed
tree: 1df7b8501644d82b6631efd2d4afe7c0cbbb2aee
  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.