Rename QuicSpdyStream::IsClosed() -> IsSequencerClosed().

IsClosed() is misleading because it implies both read/write sides are closed.

PiperOrigin-RevId: 328562437
Change-Id: I5259740408066fff71dd1ce57af8a003eed8a745
1 file changed
tree: 5663035f709898274ffec8f7c4857d3937f5e70a
  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.