aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-24 14:34:04 +0100
committerHugo Landau <hlandau@openssl.org>2023-08-30 08:28:22 +0100
commit84adf0764bf21e6be9f0a7b3c7a6b0448541bf0f (patch)
tree331bc0d9bec7e2faf868dc63265e99c072a52eb2 /doc
parentade3baa6629b152185383605fb14d7b09483b409 (diff)
downloadopenssl-84adf0764bf21e6be9f0a7b3c7a6b0448541bf0f.tar.gz
Tweak documentation for WAIT_PEER
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21815)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_shutdown.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man3/SSL_shutdown.pod b/doc/man3/SSL_shutdown.pod
index 68de45e9a1..5d59f677f1 100644
--- a/doc/man3/SSL_shutdown.pod
+++ b/doc/man3/SSL_shutdown.pod
@@ -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