]> granicus.if.org Git - apache/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)
commitd79b9a03c5d228dfc13d4069f37d8889c62cba16
treeb307302c7d8607d6a021709f6849c102c10a2d21
parentd6c3186d977fb017c5916a54401de73039df2144
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