From df3e674c5a370c0a916a43034607db842468e79f Mon Sep 17 00:00:00 2001 From: Appelmans Date: Fri, 3 Jan 2025 15:15:02 -0800 Subject: [PATCH] typo --- quic/s2n-quic-core/src/packet/encoding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quic/s2n-quic-core/src/packet/encoding.rs b/quic/s2n-quic-core/src/packet/encoding.rs index 992255da20..14d7609f88 100644 --- a/quic/s2n-quic-core/src/packet/encoding.rs +++ b/quic/s2n-quic-core/src/packet/encoding.rs @@ -254,7 +254,7 @@ pub trait PacketEncoder= minimum_payload_len`. However, the packet + // Ideally we would check that the `payload_len >= minimum_payload_len`. However, the packet // interceptor may rewrite the packet into something smaller. Instead of preventing that // here, we will rely on the `crate::transmission::Transmission` logic to ensure the // padding is initially written to ensure the minimum is met before interception is applied.