You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/10/29 12:58:36 UTC

svn commit: r1635105 - /httpd/httpd/branches/2.4.x/CHANGES

Author: trawick
Date: Wed Oct 29 11:58:36 2014
New Revision: 1635105

URL: http://svn.apache.org/r1635105
Log:
fix typo in "mod_ssl"

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1635105&r1=1635104&r2=1635105&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Wed Oct 29 11:58:36 2014
@@ -1293,7 +1293,7 @@ Changes with Apache 2.4.3
   *) core: Log value of Status header line in script responses rather
      than the fixed header name.  [Chris Darroch]
 
-  *) mpm_ssl: Fix handling of empty response from OCSP server.
+  *) mod_ssl: Fix handling of empty response from OCSP server.
      [Jim Meyering <meyering redhat.com>, Joe Orton]
 
   *) mpm_event: Fix handling of MaxConnectionsPerChild. [Stefan Fritsch]