From: Neil Horman Date: Thu, 23 Jan 2025 15:26:44 +0000 (-0500) Subject: Update doc/man3/SSL_new_stream.pod X-Git-Tag: openssl-3.5.0-alpha1~251 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b33851eb72572cfe9f46b05d86239956b8e196b1;p=thirdparty%2Fopenssl.git Update doc/man3/SSL_new_stream.pod Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26527) --- diff --git a/doc/man3/SSL_new_stream.pod b/doc/man3/SSL_new_stream.pod index 0c2fb6914ec..66dc9b0e665 100644 --- a/doc/man3/SSL_new_stream.pod +++ b/doc/man3/SSL_new_stream.pod @@ -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 or B -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. When this error is encountered, The operation +B. 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