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 2021/07/12 10:36:51 UTC

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

Author: ylavic
Date: Mon Jul 12 10:36:51 2021
New Revision: 1891478

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

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1891478&r1=1891477&r2=1891478&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Jul 12 10:36:51 2021
@@ -20,7 +20,7 @@ Changes with Apache 2.5.1
 
   *) mod_h2: Don't strip headers from 304 responses.  [Yann Ylavic]
 
-  *) mpm_proxy: Fix possible reuse/merging of Proxy(Pass)Match worker instances
+  *) mod_proxy: Fix possible reuse/merging of Proxy(Pass)Match worker instances
      with others when their URLs contain a '$' substitution.  PR 65419.
      [Yann Ylavic]