In quic, add num_draining_outgoing_streams_ to quicsession, and this counter will be used to determine shouldkeepconnectionalive in quicspdyclientsessionbase. client side only. not protected.

PiperOrigin-RevId: 314396250
Change-Id: I4873bdcdac03fd2d07d4caf5f7ce9d702e3b045f
4 files changed
tree: 231eb5f40e8f1f2acf6ec0dfbf06c06d693049b2
  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.