You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/03/04 19:17:25 UTC

svn commit: r1825835 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Sun Mar  4 19:17:25 2018
New Revision: 1825835

URL: http://svn.apache.org/viewvc?rev=1825835&view=rev
Log:
This mod_dav proposal needs more work (addressing -1).

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1825835&r1=1825834&r2=1825835&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Mar  4 19:17:25 2018
@@ -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)