]> granicus.if.org Git - apache/commitdiff
stapling improvement now in 2.4.x branch
authorJeff Trawick <trawick@apache.org>
Sat, 23 May 2015 11:57:56 +0000 (11:57 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 23 May 2015 11:57:56 +0000 (11:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1681330 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 4b79b35ac8bd1a0a0299e91492ce353a41b56fb5..796d03c8f0345f3c98729f873087f95b02f96d7f 100644 (file)
--- 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]