]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ossl_quic_tserver_shutdown(): Remove TODO(QUIC SERVER)
authorTomas Mraz <tomas@openssl.org>
Thu, 23 Jan 2025 16:14:46 +0000 (17:14 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
tserver code is not related to QUIC SERVER

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26544)

ssl/quic/quic_tserver.c

index a17eeef096ce070a1a4b90bb2986cccbf56971fd..5075661acfa71b0393105d17a2c4fe24bcfcdf36 100644 (file)
@@ -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;