Send version negotiation in response to short connection IDs

This code change is in response to the following spec change:
https://github.com/quicwg/base-drafts/pull/4187/files
We're now expected to not enforce the 64bit minimum on unknown versions.

Protected by FLAGS_quic_reloadable_flag_quic_send_version_negotiation_for_short_connection_ids.

PiperOrigin-RevId: 338099578
Change-Id: I9d28a38464fc8050c166d976bb12e7cafd62633c
5 files changed
tree: e87e56d169ba57ab0ff9fe1eb691ed8b0ce33e9a
  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.