Make dispatcher VN client CID test work for all flag values

We noticed that QuicDispatcherTest.StatelessVersionNegotiationWithClientConnectionId fails on Chromium because quic_allow_variable_length_connection_id_for_negotiation is false. This uncovered that this test relies on that flag being true. To avoid issues in the future if we have to flip this flag back, this CL changes this test to set the flag to true.

gfe-relnote: n/a, test-only
PiperOrigin-RevId: 252026292
Change-Id: I63c928e3b174cfff0c71e9fc4a971ff6d2a7ffd0
1 file changed
tree: 57c6d97d1a0d2ffb0053fb335d3934d22a332cb6
  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.

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.