Add DCHECK to VersionUsesQpack().

QPACK streams can only be instantiated if the transport version supports
unidirectional stream types.  Document this using a DCHECK.

gfe-relnote: Add DCHECK that obviously will never fail.
PiperOrigin-RevId: 253273733
Change-Id: Iefb3f56f97ef54322f850ad58ecbfe1ec9c522a1
1 file changed
tree: 012f9fcc7c05aa5f0b5b990050cf3a1005befa8a
  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.