From: Jeff Trawick Date: Sat, 23 May 2015 11:57:56 +0000 (+0000) Subject: stapling improvement now in 2.4.x branch X-Git-Tag: 2.5.0-alpha~3136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afb185b9884fc3def0a11977bd6e4e09ecefcb7f;p=apache stapling improvement now in 2.4.x branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681330 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4b79b35ac8..796d03c8f0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,6 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_ssl OCSP Stapling: Don't block initial handshakes while refreshing - the OCSP response for a different certificate. mod_ssl has an additional - global mutex, "ssl-stapling-refresh". - [Jeff Trawick] - *) http: Don't remove the Content-Length of zero from a HEAD response if it comes from an origin server, module or script. [Yann Ylavic]