Loading server/mpm_common.c +1 −1 Original line number Diff line number Diff line Loading @@ -697,7 +697,7 @@ static apr_status_t dummy_connection(ap_pod_t *pod) return rv; } if (lp->protocol && strcasecmp(lp->protocol, "https") == 0) { if (ap_listeners->protocol && strcasecmp(ap_listeners->protocol, "https") == 0) { /* Send a TLS 1.0 close_notify alert. This is perhaps the * "least wrong" way to open and cleanly terminate an SSL * connection. It should "work" without noisy error logs if Loading Loading
server/mpm_common.c +1 −1 Original line number Diff line number Diff line Loading @@ -697,7 +697,7 @@ static apr_status_t dummy_connection(ap_pod_t *pod) return rv; } if (lp->protocol && strcasecmp(lp->protocol, "https") == 0) { if (ap_listeners->protocol && strcasecmp(ap_listeners->protocol, "https") == 0) { /* Send a TLS 1.0 close_notify alert. This is perhaps the * "least wrong" way to open and cleanly terminate an SSL * connection. It should "work" without noisy error logs if Loading