]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/quic/quic_channel.c
ossl_quic_tx_packetiser_generate(): Always report if packets were sent
authorTomas Mraz <tomas@openssl.org>
Fri, 18 Aug 2023 15:08:18 +0000 (17:08 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 23 Aug 2023 15:18:48 +0000 (17:18 +0200)
commit64fd69911e04cec45f65b396a4e91d6caa4fdc9a
tree1168c70807302e3dcc65d29a0a9b47c4dded6be0
parent96014840b69b3ec2f82e230a27cc5c1fa3bfb1bc
ossl_quic_tx_packetiser_generate(): Always report if packets were sent

Even in case of later failure we need to flush
the previous packets.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21700)
include/internal/quic_txp.h
ssl/quic/quic_channel.c
ssl/quic/quic_txp.c
test/quic_txp_test.c