Avoid using QuicSession::CloseStream() in tests.

This is part of the effort to deprecate QuicSession::CloseStream()

Test only change. not protected.

PiperOrigin-RevId: 319107364
Change-Id: I57bf6509c4768b4170a37caad324c536465ba7f1
4 files changed
tree: e864971b4def65dee94cc553fe0432d44f22547b
  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.