Fix ReplacePeerIssuedConnectionIdOnBothPathsTriggeredByNewConnectionIdFrame failure with random flags in //third_party/quic/core:quic_connection_test

Alternative_path_ will be populated only if count_bytes_on_alternative_path_separately_ is true.

Tested with:
//third_party/quic/core:quic_connection_test --test_arg=--v=1 --test_arg='--gfe2_invert_all_feature_flags_for_test=true' --test_arg=--gfe2_feature_flags_randomize_for_test=8411385658150343436

http://sponge2/a2c84bbf-ab75-4375-96eb-5710f58d88f8

PiperOrigin-RevId: 371137418
Change-Id: I0fae89c296bd55c39df76f2144afc28b4f29fa66
2 files changed
tree: b6a5233dd98fc265ac74244cfc2b4ab2cc73bee5
  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.