]> granicus.if.org Git - apache/commitdiff
* Vote and promote
authorRuediger Pluem <rpluem@apache.org>
Mon, 10 Mar 2014 12:56:11 +0000 (12:56 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 10 Mar 2014 12:56:11 +0000 (12:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1575926 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 77c89e02293c7c663df3ad837fb7a24e6357602d..77bf8db5ea3eff542cc110076c7e6f900b92e1ee 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,6 +98,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
   
+   * protocol: draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions
+               between TE and content-length in the same req/resp.
+     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1524192
+                  https://svn.apache.org/viewvc?view=revision&revision=1524770
+                  https://svn.apache.org/viewvc?view=revision&revision=1527925
+                  https://svn.apache.org/viewvc?view=revision&revision=1541270
+                  https://svn.apache.org/viewvc?view=revision&revision=1541368
+     2.4.x patch (plus CHANGES entry above):
+       http://people.apache.org/~wrowe/httpd-2.4-r1524192-r1524770-TE-CL-v2.patch
+     +1: ylavic, wrowe, rpluem
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -133,17 +143,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://people.apache.org/~jim/patches/uds-rewrite.patch
      +1: jim
 
-   * protocol: draft-ietf-httpbis-p1-messaging-23 fixes regarding interactions
-               between TE and content-length in the same req/resp.
-     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1524192
-                  https://svn.apache.org/viewvc?view=revision&revision=1524770
-                  https://svn.apache.org/viewvc?view=revision&revision=1527925
-                  https://svn.apache.org/viewvc?view=revision&revision=1541270
-                  https://svn.apache.org/viewvc?view=revision&revision=1541368
-     2.4.x patch (plus CHANGES entry above):
-       http://people.apache.org/~wrowe/httpd-2.4-r1524192-r1524770-TE-CL-v2.patch
-     +1: ylavic, wrowe
-
    * mod_proxy: Don't reuse a SSL backend connection whose SNI differs. PR 55782.
                 This may happen when ProxyPreserveHost is on and the proxy-worker
                 handles connections to different Hosts.