From b894b13059ed537934dd4e9b46f265690948b2ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 6 Sep 2000 07:56:03 +0000 Subject: [PATCH] Clarification for SSL_ERROR_ZERO_RETURN --- doc/ssl/SSL_get_error.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ssl/SSL_get_error.pod b/doc/ssl/SSL_get_error.pod index cde0efc3ce..7851830fc5 100644 --- a/doc/ssl/SSL_get_error.pod +++ b/doc/ssl/SSL_get_error.pod @@ -41,7 +41,9 @@ if and only if B 0>. The SSL connection has been closed. If the protocol version is SSL 3.0 or TLS 1.0, this result code is returned only if a closure alert has occurred in the protocol, i.e. if the connection has been -closed cleanly. +closed cleanly. Note that in this case B +does not necessarily indicate that the underlying transport +has been closed. =item SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE -- 2.25.1