]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote
authorDaniel Earl Poirier <poirier@apache.org>
Tue, 20 Oct 2009 14:21:37 +0000 (14:21 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Tue, 20 Oct 2009 14:21:37 +0000 (14:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@827509 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0a6b6528dcdb387f0c8e508cc88cbe77db568568..826efa7eab237967c64233be92ee9565ebf7408f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -87,6 +87,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * http_filter: return an errror when request body is shorter than announced
+   by the client.
+   PR 33098.
+   Trunk Patch: http://svn.apache.org/viewvc?view=rev&revision=792409
+   2.2.x Patch: trunk patch works
+   +1: sf, minfrin, poirier
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -107,13 +114,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    2.2.x Patch: http://people.apache.org/~minfrin/ssl-env2.diff
    +1: minfrin, fuankg
 
- * http_filter: return an errror when request body is shorter than announced
-   by the client.
-   PR 33098.
-   Trunk Patch: http://svn.apache.org/viewvc?view=rev&revision=792409
-   2.2.x Patch: trunk patch works
-   +1: sf, minfrin
-
  * mod_cache: Introduce the thundering herd lock, a mechanism to keep
               the flood of requests at bay that strike a backend webserver as
               a cached entity goes stale.