]> git.ipfire.org Git - thirdparty/openssl.git/commit
After a stream has implicit length don't add more stream related frames
authorMatt Caswell <matt@openssl.org>
Wed, 8 Nov 2023 10:15:25 +0000 (10:15 +0000)
committerHugo Landau <hlandau@openssl.org>
Thu, 9 Nov 2023 12:33:09 +0000 (12:33 +0000)
commit7fe3010471a3263b2469ae35589357089050ce62
tree28761f6fc80a968383811ac97a48ec077fe00743
parente389f56faeecad6b80f06695c0b753b355b0a5fc
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@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22662)
ssl/quic/quic_txp.c