Replace the incoming_connection_ids check with original_destination_connection_id check.

The expected usage of incoming_connection_ids_ is being replaced by self_issued_cid_manager_, which includes all connection IDs tracked by session_map. Given original_destination_connection_id is not contained in session_map, there is no need to track original_destination_connection_id in self_issued_connection_id_manager.

Protected by FLAGS_quic_reloadable_flag_quic_deprecate_incoming_connection_ids.

PiperOrigin-RevId: 367497922
Change-Id: I85a65287d4049c290f1dcc9c00d51c3bfcb816a4
3 files changed
tree: c8c13adc4196ff15138d2dc3abdfc95f0d2221fa
  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.