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
3 files changed
tree: 4020ee9f4e5471db500c710ae690ce4abaa2b580
  1. http2/
  2. quic/
  3. spdy/
  4. CONTRIBUTING.md
  5. LICENSE
  6. 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.