Rename QuicSession::OnStreamDoneWaitingForAcks() to MaybeCloseZombieStream().

This new name matches the new zombie stream logic.

PiperOrigin-RevId: 334913764
Change-Id: I740765c0f758ce7728b0967f9c6ae3a841845a86
4 files changed
tree: 367624cc416ba41d518511b27995d79d496b070b
  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.