]> granicus.if.org Git - apache/commit
[mod_proxy_]http: follow up to r1750392.
authorYann Ylavic <ylavic@apache.org>
Fri, 12 Aug 2016 13:58:10 +0000 (13:58 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 12 Aug 2016 13:58:10 +0000 (13:58 +0000)
commit1bda0469cfdb6734be629894c7d593462fbd6a97
tree93a07bdd2a40e74584d0dd23b70c6a76a2bf1925
parent145ff1c92abfcf1fc3a9c4415eeafd00d28362b2
[mod_proxy_]http: follow up to r1750392.

Export [ap_]check_pipeline() and use it also for ap_proxy_check_connection(),
so that all the necessary checks on the connection are done before reusing it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756186 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/http_request.h
modules/http/http_request.c
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_ajp.c
modules/proxy/mod_proxy_fcgi.c
modules/proxy/mod_proxy_http.c
modules/proxy/proxy_util.c