From b33851eb72572cfe9f46b05d86239956b8e196b1 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Thu, 23 Jan 2025 10:26:44 -0500 Subject: [PATCH] Update doc/man3/SSL_new_stream.pod Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26527) --- doc/man3/SSL_new_stream.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2