]> granicus.if.org Git - apache/commitdiff
suggestion
authorJim Jagielski <jim@apache.org>
Wed, 29 Mar 2017 17:10:24 +0000 (17:10 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 29 Mar 2017 17:10:24 +0000 (17:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1789388 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 05cefd5b097010965f1335af1289039ef1cdba29..2d04414db0d3d314c571e780443aab12f87e0157 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -162,14 +162,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1784275
                   http://svn.apache.org/r1785871
                   http://svn.apache.org/r1786009
+                  http://svn.apache.org/r1789387
      2.4.x patch: trunk works *after r1779573 above* (modulo CHANGES)
            FULL hcheck patch: http://home.apache.org/~jim/patches/httpd2.4-hcheck.patch
+                              http://svn.apache.org/r1789387
            (includes all hcheck related patches, including showstopper)
      +1: jim
      ylavic: 'tpsize' needs to be reset (to HC_THREADPOOL_SIZE) in pre_config,
              otherwise if mod_proxy_hcheck is builtin/static and for example
              ProxyHCTPsize were commented out on restart, we wouldn't use the
              default value (as expected).
+     jim: Committed in r1789387
 
   *) mod_autoindex: Add IndexOptions UseOldDateFormat to allow the date
      format from 2.2 in the Last Modified column. PR60846.