mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
mod_proxy: follow up to r1750301: APLOGNO().
[Reverted by r1750376] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1750311 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1 +1 @@
|
|||||||
3408
|
3409
|
||||||
|
@@ -2768,7 +2768,7 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function,
|
|||||||
proxy_function);
|
proxy_function);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO()
|
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(03408)
|
||||||
"%s: reusable backend connection is not empty: "
|
"%s: reusable backend connection is not empty: "
|
||||||
"forcibly closed", proxy_function);
|
"forcibly closed", proxy_function);
|
||||||
connected = 0;
|
connected = 0;
|
||||||
|
Reference in New Issue
Block a user