Deprecate quic_enable_version_t051

As part of our usual version rollout, this CL removes quic_enable_version_t051 and replaces it with quic_disable_version_t051 which is marked as enabling_blocked_by.

Protected by quic_reloadable_flag_quic_disable_version_t051.

PiperOrigin-RevId: 331584508
Change-Id: I79458f6c12d35393b9c555aaefdcd6e59ad29f81
3 files changed
tree: e60a6da36dec1d7f6c324c28dc37d716b5781a5f
  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.