Remove incorrect warning for zombie streams.

As discussed in cl/324877471, when remove_zombie_stream_ is true, we don't explicitly close all the zombie streams on connection close.

Thus it's totally legal to have zombie streams upon session destruction.

No behavior change. not protected.

PiperOrigin-RevId: 328361752
Change-Id: Ic6d506cd8c8bc3b322a61e06d1688eb657660d00
1 file changed
tree: 65e30cd2f280c19e32e7fd4ebd70640334950e06
  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.