summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2015-05-23 13:57:56 +0200
committerJeff Trawick <trawick@apache.org>2015-05-23 13:57:56 +0200
commitafb185b9884fc3def0a11977bd6e4e09ecefcb7f (patch)
tree457bb864e817b798561d740541a70af255629023 /CHANGES
parentremove some entries for fixes recently backported to 2.4.x (diff)
downloadapache2-afb185b9884fc3def0a11977bd6e4e09ecefcb7f.tar.xz
apache2-afb185b9884fc3def0a11977bd6e4e09ecefcb7f.zip
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
Diffstat (limited to '')
-rw-r--r--CHANGES5
1 files changed, 0 insertions, 5 deletions
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]