summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-07-12 10:36:51 +0000
committerYann Ylavic <ylavic@apache.org>2021-07-12 10:36:51 +0000
commitf5935699a8fba9cc6c78b8d6f8966c4c669f135e (patch)
treee95c8f39308101dcc75db6985f9a1bfc1c4b4e35 /CHANGES
parentff0f512db16ea533789dd391d4db539946262843 (diff)
downloadhttpd-f5935699a8fba9cc6c78b8d6f8966c4c669f135e.tar.gz
Fix CHANGES typo s/mpm/mod/ [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a2a6619189..bdab5f9d8f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]