gfe-relnote: Reject chlo packets with unacceptable uaid/sni in quic dispatcher. Protected by --gfe2_restart_flag_reject_unacceptable_packet_early_in_dispatcher. PiperOrigin-RevId: 305485683 Change-Id: Iddfb66e8af597d61332190e0e08dd24598a0c5ff
diff --git a/quic/core/quic_dispatcher.cc b/quic/core/quic_dispatcher.cc index b6b1f63..9af4bfe 100644 --- a/quic/core/quic_dispatcher.cc +++ b/quic/core/quic_dispatcher.cc
@@ -476,8 +476,6 @@ QuicConnectionId server_connection_id = packet_info->destination_connection_id; // Packet's connection ID is unknown. Apply the validity checks. - // TODO(wub): Determine the fate completely in ValidityChecks, then call - // ProcessUnauthenticatedHeaderFate in one place. QuicPacketFate fate = ValidityChecks(*packet_info); ChloAlpnExtractor alpn_extractor; switch (fate) {