commit | 9e8db18fe06509dc6fc2e05db0a1b833cbd1106e | [log] [tgz] |
---|---|---|
author | bnc <bnc@google.com> | Fri Jun 14 12:16:44 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 14 12:51:03 2019 -0700 |
tree | 012f9fcc7c05aa5f0b5b990050cf3a1005befa8a | |
parent | a980ce57f3a7dd6dcba5164da94e8a8563d844eb [diff] |
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
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.