mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Support for OpenSSL 1.1.0:
- Fix typo in loop end condition This code will be removed next. Thex fix is for the case we want to roll teh code back to this state. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1730314 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1042,7 +1042,7 @@ int ssl_hook_Access(request_rec *r)
|
||||
has_buffered_data(r);
|
||||
if (sslconn->ssl == NULL ||
|
||||
sslconn->reneg_state == RENEG_DONE ||
|
||||
sslconn->reneg_state == RENEG_ALLOW) {
|
||||
sslconn->reneg_state == RENEG_ALERT) {
|
||||
break;
|
||||
}
|
||||
apr_sleep(SSL_HANDSHAKE_POLL_MS);
|
||||
|
Reference in New Issue
Block a user