]> granicus.if.org Git - apache/commit
mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read
authorYann Ylavic <ylavic@apache.org>
Fri, 31 Oct 2014 00:07:06 +0000 (00:07 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 31 Oct 2014 00:07:06 +0000 (00:07 +0000)
commita7becdbf75d2e6882e3c8cf5bbbd3e92d245b9fe
treee5ba30b4613093871d3d7270f1ca95efe1dc6be3
parent6d40a346368beb9c738987e655c601591ec57750
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.

Abort the client or backend connection on polling errors, but don't forcibly
abort the client side at the end (the core filters will do that otherwise
when necessary), so that lingering close and SSL shutdown can occur on normal
close.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1635645 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/proxy/mod_proxy_connect.c