commit | b953d02e8bbaf798302bd33645a8e8d537ac8884 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Thu Aug 01 18:05:58 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Aug 02 06:20:58 2019 -0700 |
tree | c30f124982e7d95e02ff310dd02079b00341411c | |
parent | 914536425ee6193b2b60169389574eb8c56435e0 [diff] |
Add connection ID length checks These changes only impact behavior for versions that support variable length connection IDs, and all of those versions are disabled by flags, so we don't need extra flag protection. gfe-relnote: add connection ID length checks, protected by disabled quic_enable_v47 flag PiperOrigin-RevId: 261237221 Change-Id: I89e7bec58644b7ec18e3c7ce3ecbd6d93c9c0fc3
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.