Commit e7b0913ffa for openssl.org
commit e7b0913ffa94444de3bbf35b5980f0f484ef9e50
Author: Sashan <anedvedicky@gmail.com>
Date: Fri Sep 25 08:57:36 2026 +0200
Update ssl/quic/quic_strm_reas.c
Co-authored-by: Tomáš Mráz <tm@t8m.info>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Mounir Idrassi <mounir.idrassi@idrix.fr>
Merge-date: Sat Sep 26 11:35:40 2026
Merged-from: https://github.com/openssl/openssl/pull/32038
diff --git a/ssl/quic/quic_strm_reas.c b/ssl/quic/quic_strm_reas.c
index 1746001959..d9233fc89c 100644
--- a/ssl/quic/quic_strm_reas.c
+++ b/ssl/quic/quic_strm_reas.c
@@ -925,8 +925,6 @@ int ossl_sframe_set_insert(SFRAME_SET *fs, UINT_RANGE *r, OSSL_QRX_PKT *pkt,
if (r->start < fs->offset) {
/*
- * Make sure retransmitted chunk does not reintroduce
- * bytes which were consumed already.
* Make sure retransmitted chunk does not reintroduce
* bytes which were consumed already.
*/