error in r1445100.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1446972 13f79535-47bb-0310-9956-
ffa450edef68
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