[openssl/openssl] fc0dce: After a stream has implicit length don't add more ...
Matt Caswell
noreply at github.com
Thu Nov 9 12:35:04 UTC 2023
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: fc0dce399aed2c8d2aea8ea675aa3d50f51b6ef4
https://github.com/openssl/openssl/commit/fc0dce399aed2c8d2aea8ea675aa3d50f51b6ef4
Author: Matt Caswell <matt at openssl.org>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M ssl/quic/quic_txp.c
Log Message:
-----------
After a stream has implicit length don't add more stream related frames
Once we have decided that a stream has an implicit length then we should
treat the packet as full and not try to add any more stream related frames
to the packet.
Fixes #22658
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22662)
(cherry picked from commit 7fe3010471a3263b2469ae35589357089050ce62)
More information about the openssl-commits
mailing list