commit | d1967a23b1bd5f7e591573a4ec2c4bb5af842546 | [log] [tgz] |
---|---|---|
author | dschinazi <dschinazi@google.com> | Wed Apr 03 16:11:32 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 04 09:13:52 2019 -0700 |
tree | 2245d2e15ce08d764aa174882d87037ddf8c9a84 | |
parent | 00f47df999c9b19e80fdc01db0ae9ca1b6a12b3a [diff] |
Gracefully handle missing Google-specific transport parameters when using TLS This CL also adds a few DCHECKs that helped find this issue. gfe-relnote: specific to QUIC versions that use TLS which are disabled by flag quic_supports_tls_handshake PiperOrigin-RevId: 241826266 Change-Id: I4baa70e8f02deafa7148a94df45f96852913de7e
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.