From f96aba243d0093447ded00a125a64677d142b14a Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Thu, 27 Feb 2025 15:38:48 +0100 Subject: [PATCH] fixup comment --- quinn-proto/src/connection/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quinn-proto/src/connection/mod.rs b/quinn-proto/src/connection/mod.rs index 4501e32eb..2050f74fb 100644 --- a/quinn-proto/src/connection/mod.rs +++ b/quinn-proto/src/connection/mod.rs @@ -2079,7 +2079,7 @@ impl Connection { _ => unreachable!("first packet must be delivered in Handshake state"), } - // TODO(flub): Here we know it can only be PathId(0) as this is the first packet + // The first packet is always on PathId(0) self.on_packet_authenticated( now, SpaceId::Initial,