/[Apache-SVN]
ViewVC logotype

Revision 1750474


Jump to revision: Previous Next
Author: ylavic
Date: Tue Jun 28 11:19:36 2016 UTC (7 years, 9 months ago)
Changed paths: 5
Log Message:
mod_proxy: follow up to r1750392.
Avoid double checking the connection in ap_proxy_connect_backend() when
ap_proxy_check_backend() says it is up and good to go.

This can be done by moving the PROXY_WORKER_IS_USABLE() check in
ap_proxy_check_backend(), since it is called by ap_proxy_connect_backend(),
and not calling the latter if the former succeeded (for the modules using it).


Changed paths

Path Details
Directoryhttpd/httpd/trunk/modules/proxy/mod_proxy.h modified , text changed
Directoryhttpd/httpd/trunk/modules/proxy/mod_proxy_ajp.c modified , text changed
Directoryhttpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c modified , text changed
Directoryhttpd/httpd/trunk/modules/proxy/mod_proxy_http.c modified , text changed
Directoryhttpd/httpd/trunk/modules/proxy/proxy_util.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26