From: Tomas Mraz Date: Thu, 23 Jan 2025 16:14:46 +0000 (+0100) Subject: ossl_quic_tserver_shutdown(): Remove TODO(QUIC SERVER) X-Git-Tag: openssl-3.5.0-alpha1~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54dcb3740b5c6a82fad1c1ba507d8041cd179edd;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;