]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Tweak documentation for WAIT_PEER
authorHugo Landau <hlandau@openssl.org>
Thu, 24 Aug 2023 13:34:04 +0000 (14:34 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 30 Aug 2023 07:28:22 +0000 (08:28 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21815)

doc/man3/SSL_shutdown.pod

index 68de45e9a13975c8b7214b56aab8eafc92ffa76b..5d59f677f1de8a0339f62505e3fabc543fb9638b 100644 (file)
@@ -360,7 +360,9 @@ If a locally initiated shutdown has already been triggered or the connection has
 started terminating for another reason, this flag has no effect.
 
 B<SSL_SHUTDOWN_FLAG_WAIT_PEER> implies B<SSL_SHUTDOWN_FLAG_NO_STREAM_FLUSH>, as
-stream data cannot be flushed after a peer closes the connection.
+stream data cannot be flushed after a peer closes the connection. Stream data
+may still be sent to the peer in any time spent waiting before the peer closes
+the connection, though there is no guarantee of this.
 
 =head2 Nonblocking Mode