commit | 89b7a0552473ea7816d1ec9b4a6a1b79423bce8a | [log] [tgz] |
---|---|---|
author | QUICHE team <quiche-dev@google.com> | Fri Mar 22 11:27:53 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Mar 22 13:59:08 2019 -0700 |
tree | 4020ee9f4e5471db500c710ae690ce4abaa2b580 | |
parent | 1dfa46bb06ccadba9517d66c10b02ec95c98087e [diff] |
More plumbing for fallback configs This CL adds a 'fallback_config_' member to QuicCryptoServerConfig along with plumbing for setting it and passing it around. Nobody sets it to anything other than nullptr yet - a subsequent flag-protected change will modify GFE to set it. gfe-relnote: More no-op-refactoring, not flag-protected. PiperOrigin-RevId: 239831495 Change-Id: I1ff7b119b23c78f18aae64c70d62b2752ae2e97b
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.