You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2022/02/08 12:14:09 UTC

svn commit: r1897862 - /httpd/httpd/trunk/CHANGES

Author: ylavic
Date: Tue Feb  8 12:14:09 2022
New Revision: 1897862

URL: http://svn.apache.org/viewvc?rev=1897862&view=rev
Log:
Fix CHANGES typo. [skip ci]

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1897862&r1=1897861&r2=1897862&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Feb  8 12:14:09 2022
@@ -15,7 +15,7 @@ Changes with Apache 2.5.1
   *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
      when an efficient TLS implementation is available. [Yann Ylavic]
 
-  *) mom_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]
+  *) mod_reqtimeout: Fix missing handshake= timeout enforcement.  [Yann Ylavic]
 
   *) mod_dav: Fix regression when gathering properties which could lead to huge
      memory consumption proportional to the number of resources.