Replace quic_enable_version_t050 with quic_disable_version_t050

This CL deprecates quic_enable_version_t050_v2 and replaces it with quic_disable_version_t050 which has the opposite meaning.

Deprecate gfe2_reloadable_flag_quic_enable_version_t050_v2, replace with gfe2_reloadable_flag_quic_disable_version_t050

PiperOrigin-RevId: 314223351
Change-Id: Ic6cc830ea75b51b6047e3e479114225b3a93a5c6
6 files changed
tree: 45349c3683ba021e7916b3ae59dd26a2a15fa9f1
  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.