]> git.ipfire.org Git - thirdparty/openssl.git/commit
Postpone two TODO(QUIC) items appropriately
authorTomas Mraz <tomas@openssl.org>
Tue, 17 Oct 2023 06:58:22 +0000 (08:58 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 20 Oct 2023 15:29:18 +0000 (16:29 +0100)
commit8e520d2714abf4c6254ceec24b57f238433541ee
tree3ae242d2f2cddc1796082a0b3b1354b477305bf9
parent5516d20226c496c2b22fa741698b4d48dad0428f
Postpone two TODO(QUIC) items appropriately

The one in ch_rx_handle_packet() is a tuning thing -> QUIC FUTURE
The one in ossl_quic_tserver_shutdown() is a server thing -> QUIC SERVER

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22408)
ssl/quic/quic_channel.c
ssl/quic/quic_tserver.c