From: Yann Ylavic Date: Fri, 14 Nov 2014 22:25:18 +0000 (+0000) Subject: Propose poll()ing fixes for proxy_connect (PR57168) and proxy_wstunnel. X-Git-Tag: 2.4.11~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2eec3ff327abb431731c1339e520e3d1535621c;p=apache Propose poll()ing fixes for proxy_connect (PR57168) and proxy_wstunnel. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1639800 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 561158e6f8..643418f6b6 100644 --- 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