From 7ff1696e5b4d090839b0baa92c5333d482240fe0 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Wed, 23 Aug 2023 18:36:38 +0100 Subject: [PATCH] Tweak documentation for WAIT_PEER Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21815) --- doc/man3/SSL_shutdown.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man3/SSL_shutdown.pod b/doc/man3/SSL_shutdown.pod index 913b5559771..68de45e9a13 100644 --- a/doc/man3/SSL_shutdown.pod +++ b/doc/man3/SSL_shutdown.pod @@ -359,6 +359,9 @@ either success or failure depending on whether a shutdown has occurred. If a locally initiated shutdown has already been triggered or the connection has started terminating for another reason, this flag has no effect. +B implies B, as +stream data cannot be flushed after a peer closes the connection. + =head2 Nonblocking Mode SSL_shutdown() and SSL_shutdown_ex() block if the connection is configured in -- 2.47.3