Use QuicSession::ResetStream instead of CloseStream() in QBONE.

QuicSession::CloseStream() will be deprecated.
PiperOrigin-RevId: 319288214
Change-Id: Ib4de13072abaaaaa60a16881f2606fbbca5a7fbf
2 files changed
tree: 428f48b564d88e7cf64ffb9a7cde49a23dfda998
  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.