Skip to content

Commit

Permalink
Tweak documentation for WAIT_PEER
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #21815)
  • Loading branch information
hlandau committed Aug 30, 2023
1 parent ade3baa commit 84adf07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/man3/SSL_shutdown.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84adf07

Please sign in to comment.