git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94328
13f79535-47bb-0310-9956-
ffa450edef68
* renegotation which is handled implicitly by OpenSSL.)
*/
errno = EINTR;
+ rc = 0; /* non fatal error */
}
else if (ssl_err == SSL_ERROR_SSL) {
/*
ssl_log(c->base_server, SSL_LOG_ERROR|SSL_ADD_SSLERR,
"SSL error on reading data");
}
- /*
- * XXX - Just trying to reflect the behaviour in
- * openssl_state_machine.c [mod_tls]. TBD
- */
- rc = -1;
}
+
return rc;
}