]> granicus.if.org Git - apache/commitdiff
This mod_dav proposal needs more work (addressing -1).
authorYann Ylavic <ylavic@apache.org>
Sun, 4 Mar 2018 19:17:25 +0000 (19:17 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 4 Mar 2018 19:17:25 +0000 (19:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1825835 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 765d1ff60688bb9608d816af25175781cf1f460e..ebad7bdc21deebdf2e2942e1f9be7f98d80740de 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -123,6 +123,18 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
+  *) ab: Fix send length calculation for the non-blocking connect case
+     introduced in 2.4.30.
+     trunk patch: http://svn.apache.org/r1580928
+                  http://svn.apache.org/r1580935
+     2.4.x: trunk works (patch below includes CHANGES entry)
+                  http://home.apache.org/~ylavic/patches/httpd-2.4.x-ab-nonblock_length.patch
+     +1: ylavic,
+
+
+PATCHES/ISSUES THAT ARE BEING WORKED
+  [ New entries should be added at the START of the list ]
+
   *) mod_dav: Allow other modules to become providers and add ACLs
      to the DAV response.
      trunk patch: http://svn.apache.org/r1748322
@@ -140,18 +152,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  See also:
                  https://lists.apache.org/thread.html/b924afe0fcc58a8636b753e630421bf6dc2080653a79575fd5fd641a@%3Cdev.httpd.apache.org%3E
 
-  *) ab: Fix send length calculation for the non-blocking connect case
-     introduced in 2.4.30.
-     trunk patch: http://svn.apache.org/r1580928
-                  http://svn.apache.org/r1580935
-     2.4.x: trunk works (patch below includes CHANGES entry)
-                  http://home.apache.org/~ylavic/patches/httpd-2.4.x-ab-nonblock_length.patch
-     +1: ylavic,
-
-
-PATCHES/ISSUES THAT ARE BEING WORKED
-  [ New entries should be added at the START of the list ]
-
   *) mod_ssl: Return 502 instead of 500 when SSL peer check or 
      proxy_post_handshake hook fails. 
      Trunk patch: r1645529 (works)