File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ object.
72
72
SSL_new_stream() may also fail if the connection that the stream is being
73
73
allocated in relation to has reached the maximum number of streams allowed by
74
74
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
76
76
this event the NULL return will be accompanied by an error on the error stack
77
77
(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
79
79
may be retried. It is recommended that, prior to retry, the error stack be
80
80
cleared via a call to ERR_clear_error(), and that the TLS state machine be
81
81
triggered via a call to SSL_handle_events() to process any potential updates
You can’t perform that action at this time.
0 commit comments