]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1821624: sync with latest 2.4.x.
authorYann Ylavic <ylavic@apache.org>
Tue, 20 Feb 2018 12:43:16 +0000 (12:43 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 20 Feb 2018 12:43:16 +0000 (12:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-mpm_fdqueue@1824864 13f79535-47bb-0310-9956-ffa450edef68

1  2 
CHANGES

diff --cc CHANGES
index 52abf87f27624f666bd87be52508cad51948e614,bae78b3f1203a1bb55c85393ac9dab538543f625..c551cd4d50710d6cc420e4ee4efaea3ca25c806d
+++ b/CHANGES
@@@ -1,9 -1,11 +1,11 @@@
                                                           -*- coding: utf-8 -*-
- Changes with Apache 2.4.30
+ Changes with Apache 2.4.31
  
 -Changes with Apache 2.4.30
 +  *) mpm_queue: Put fdqueue code in common for MPMs event and worker.
 +     [Yann Ylavic]
  
 -  *) mod_proxy: Provide an RFC1035 compliant version of the hostname in the
 -     proxy_worker_shared structure. PR62085 [Graham Leggett]
++Changes with Apache 2.4.30
    *) mod_session: Strip Session header when SessionEnv is on.  [Yann Ylavic]
  
    *) mod_cache_socache: Fix caching of empty headers up to carriage return.