Allow QuicStream constructor to take parameter on static-ness when constructing from PendingStream.

gfe-relnote: API change and version 99 only. Not used in production.
PiperOrigin-RevId: 247323613
Change-Id: I0c57ce900130873cfc6f625e687e2e67c1ef5737
8 files changed
tree: 69117a751044b64784f54ce6d5f1ae4f42f2469b
  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.

The code is currently in process of being moved from https://cs.chromium.org/chromium/src/net/third_party/ into this repository. Please excuse our appearance while we're under construction.