diff options
author | Yann Ylavic <ylavic@apache.org> | 2021-07-12 12:36:51 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2021-07-12 12:36:51 +0200 |
commit | f5935699a8fba9cc6c78b8d6f8966c4c669f135e (patch) | |
tree | e95c8f39308101dcc75db6985f9a1bfc1c4b4e35 /CHANGES | |
parent | mod_proxy: Fix icomplete initialization of BalancerMember(s) from the manager. (diff) | |
download | apache2-f5935699a8fba9cc6c78b8d6f8966c4c669f135e.tar.xz apache2-f5935699a8fba9cc6c78b8d6f8966c4c669f135e.zip |
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-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |