From: Yann Ylavic Date: Mon, 12 Jul 2021 10:36:51 +0000 (+0000) Subject: Fix CHANGES typo s/mpm/mod/ [skip ci]. X-Git-Tag: 2.5.0-alpha2-ci-test-only~897 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5935699a8fba9cc6c78b8d6f8966c4c669f135e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/CHANGES b/CHANGES index a2a66191895..bdab5f9d8f2 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]