From 54dcb3740b5c6a82fad1c1ba507d8041cd179edd Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 23 Jan 2025 17:14:46 +0100 Subject: [PATCH] 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) --- ssl/quic/quic_tserver.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.47.2