提交 ed9fa2c7 编写于 作者: M Matt Caswell

Tweak the SSL_read()/SSL_write() text based on feedback received.

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 54105ddd
......@@ -92,8 +92,8 @@ Success means that 1 or more application data bytes have been read from the SSL
connection. Failure means that no bytes could be read from the SSL connection.
Failures can be retryable (e.g. we are waiting for more bytes to
be delivered by the network) or non-retryable (e.g. a fatal network error). In
the event of a failure call L<SSL_get_error(3)> to find out the reason and if
the call is retryable or not.
the event of a failure call L<SSL_get_error(3)> to find out the reason which
indicates whether the call is retryable or not.
For SSL_read() and SSL_peek() the following return values can occur:
......
......@@ -80,7 +80,7 @@ no bytes could be written to the SSL connection (if
SSL_MODE_ENABLE_PARTIAL_WRITE is in use). Failures can be retryable (e.g. the
network write buffer has temporarily filled up) or non-retryable (e.g. a fatal
network error). In the event of a failure call L<SSL_get_error(3)> to find out
the reason and if the call is retryable or not.
the reason which indicates whether the call is retryable or not.
For SSL_write() the following return values can occur:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册