]> granicus.if.org Git - apache/commitdiff
Propose poll()ing fixes for proxy_connect (PR57168) and proxy_wstunnel.
authorYann Ylavic <ylavic@apache.org>
Fri, 14 Nov 2014 22:25:18 +0000 (22:25 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 14 Nov 2014 22:25:18 +0000 (22:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1639800 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 561158e6f8b801a97a0b16b8882f1f99117b449e..643418f6b6a33aaf8cd7932d7c83bfbdc83190a6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -227,7 +227,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       trunk patch: http://svn.apache.org/r1639614
       2.4.x patch: trunk works
       +1: covener
-     
+
+   * mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read
+     determine whether it is a normal close or a real error. PR 57168.
+     trunk patch: http://svn.apache.org/r1635645
+     2.4.x patches: trunk works (modulo CHANGES).
+     +1: ylavic
+
+   * mod_proxy_wstunnel: abort backend connection on polling error to avoid
+     further processing (lingering close, SSL shutdown).
+     trunk patch: http://svn.apache.org/r1635644
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_proxy_wstunnel-aborted.patch
+     +1: ylavic
+
 
 OTHER PROPOSALS