From: Yann Ylavic Date: Sun, 4 Mar 2018 19:17:25 +0000 (+0000) Subject: This mod_dav proposal needs more work (addressing -1). X-Git-Tag: 2.4.32~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc19daf99b8e4074243320b93f896c2bfbf772d3;p=apache This mod_dav proposal needs more work (addressing -1). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1825835 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 765d1ff606..ebad7bdc21 100644 --- 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)