From: Tomas Mraz Date: Thu, 23 Jan 2025 16:14:46 +0000 (+0100) Subject: ossl_quic_tserver_shutdown(): Remove TODO(QUIC SERVER) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8733243644ea067b5a5cb4219d1333fbdf9a7e3;p=thirdparty%2Fopenssl.git ossl_quic_tserver_shutdown(): Remove TODO(QUIC SERVER) tserver code is not related to QUIC SERVER Reviewed-by: Neil Horman Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/26544) --- diff --git a/ssl/quic/quic_tserver.c b/ssl/quic/quic_tserver.c index a17eeef096c..5075661acfa 100644 --- a/ssl/quic/quic_tserver.c +++ b/ssl/quic/quic_tserver.c @@ -523,8 +523,6 @@ int ossl_quic_tserver_shutdown(QUIC_TSERVER *srv, uint64_t app_error_code) { ossl_quic_channel_local_close(srv->ch, app_error_code, NULL); - /* TODO(QUIC SERVER): !SSL_SHUTDOWN_FLAG_NO_STREAM_FLUSH */ - if (ossl_quic_channel_is_terminated(srv->ch)) return 1;