In QUIC, prevent applications from looking up stream_map_ directly.

Instead, a new method GetActiveStream() is exposed.

No behavior change. not protected.

PiperOrigin-RevId: 322685603
Change-Id: Id354bc418bd6634439e188e1247f40a3ce1727d3
3 files changed
tree: 725999839a2843921f0a2884c7caa73ae2a93435
  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.