]> granicus.if.org Git - apache/commitdiff
bump patch to 32k rounds, leave jim's vote since it only got more conservative.
authorEric Covener <covener@apache.org>
Tue, 28 Jan 2014 18:20:38 +0000 (18:20 +0000)
committerEric Covener <covener@apache.org>
Tue, 28 Jan 2014 18:20:38 +0000 (18:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1562137 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 19a217bbb8f2d1b130adeca0b6e667da668a908f..81741f9fecec633cf8a3cedb4bc96ab1d28c44b2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -154,10 +154,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
    * mod_rewrite: Don't loop forever if the [N] flag isn't making progress.
      trunk patch http://svn.apache.org/r1556206
-     2.4.x patch: trunk works
+     2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-rewrite-maxrounds.diff
+                  (incl bump to 32k)
      +1: covener, jim
      trawick: can you clarify here the plan for "If backported, probably increase
               the hard-coded limit to 32k from 10k."?
+     covener: updated proposal to include bump to 32k
 
    * mod_slotmem_shm: Remove wonky and dangerous code that knows about APR
      internals. We work fine w/o it anyway at this stage.