Skip to content

Commit 7bc8ea5

Browse files
nhormanandrewkdinh
authored andcommittedFeb 14, 2025
Update doc/man3/SSL_new_stream.pod
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from openssl#26527)
1 parent 2c353d2 commit 7bc8ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/man3/SSL_new_stream.pod

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ object.
7272
SSL_new_stream() may also fail if the connection that the stream is being
7373
allocated in relation to has reached the maximum number of streams allowed by
7474
the connection (as dictated by the B<max_streams_bidi> or B<max_streams_uni>
75-
transport parameter values negotiated by the connection with the server. In
75+
transport parameter values negotiated by the connection with the server). In
7676
this event the NULL return will be accompanied by an error on the error stack
7777
(obtainable via ERR_get_error()), which will contain a reason code of
78-
B<SSL_R_STREAM_COUNT_LIMITED>. When this error is encountered, The operation
78+
B<SSL_R_STREAM_COUNT_LIMITED>. When this error is encountered, the operation
7979
may be retried. It is recommended that, prior to retry, the error stack be
8080
cleared via a call to ERR_clear_error(), and that the TLS state machine be
8181
triggered via a call to SSL_handle_events() to process any potential updates

0 commit comments

Comments
 (0)
Please sign in to comment.