]> granicus.if.org Git - apache/commit
mod_proxy_http: follow up to r1656259.
authorYann Ylavic <ylavic@apache.org>
Mon, 11 May 2015 15:48:58 +0000 (15:48 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 11 May 2015 15:48:58 +0000 (15:48 +0000)
commit8c162db8b65b2193e622b780e8c6516d4265f68b
tree6828aff063ae41554ddb02f9d38104f17f89dbd2
parentff720d0f56ee8f3dca7953938eed2d183e320969
mod_proxy_http: follow up to r1656259.
The proxy connection may be NULL during prefetch, don't try to dereference it!
Still origin->keepalive will be set according to p_conn->close by the caller
(proxy_http_handler).

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