Replace quic_enable_version_rfcv1 with quic_disable_version_rfcv1

This CL deprecates gfe2_reloadable_flag_quic_enable_version_rfcv1 now that it's been enabled by default across the fleet. It simultaneously replaces it with gfe2_reloadable_flag_quic_disable_version_rfcv1 to ensure we always have a way to disable this version at runtime if we ever find a serious version-specific issue. That flag is enabling_blocked_by because we don't plan on ever enabling it unless we find a major unexpected issue.

Protected by FLAGS_quic_reloadable_flag_quic_disable_version_rfcv1.

PiperOrigin-RevId: 383615793
4 files changed
tree: f3c85001a094a169b912080749a237b7a1b5c680
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. 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. QUICHE is only supported on little-endian platforms.

Code can be viewed in CodeSearch in Quiche and is imported into Chromium.