]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update doc/man3/SSL_new_stream.pod
authorNeil Horman <nhorman@openssl.org>
Thu, 23 Jan 2025 15:26:44 +0000 (10:26 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26527)

doc/man3/SSL_new_stream.pod

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