It is already checked prior the hook is called from mod_proxy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104791
13f79535-47bb-0310-9956-
ffa450edef68
PROXY_BALANCER_UNLOCK(balancer);
access_status = OK;
+ ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
+ "proxy_balancer_post_request for (%s)", balancer->name);
}
- ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
- "proxy_balancer_post_request for (%s)", balancer->name);
return access_status;
}