]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: Add ap_connection_reusable() for checking if a connection
authorJeff Trawick <trawick@apache.org>
Wed, 25 Sep 2013 14:29:02 +0000 (14:29 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 25 Sep 2013 14:29:02 +0000 (14:29 +0000)
commitfffd2283d9dedb6905161e436d2ccad040f2eeff
treeb307302c7d8607d6a021709f6849c102c10a2d21
parentf2237126ed450e2eb0a9d00bd77f41ac99a7a5cd
mod_proxy: Add ap_connection_reusable() for checking if a connection
is reusable as of this point in processing.

mod_proxy_fcgi uses the new API to determine if FCGI_CONN_CLOSE
should be enabled, but that doesn't change existing behavior
since the connection is currently marked for closure elsewhere
in the module.

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