From: William A. Rowe Jr Date: Mon, 8 Aug 2005 03:34:57 +0000 (+0000) Subject: Two blank lines for clarity; whitespace only change. X-Git-Tag: 2.1.7~5^2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b7dcfacf2f9328ad48397aa7545d454081a8e63;p=apache Two blank lines for clarity; whitespace only change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@230745 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index 82013ef4e0..06afae12c1 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -952,6 +952,7 @@ skip_body: ap_assert(1 != 1); break; } + if (status != APR_SUCCESS) { ap_log_error(APLOG_MARK, APLOG_ERR, status, r->server, "proxy: pass request body failed to %pI (%s)" @@ -962,6 +963,7 @@ skip_body: c->remote_host ? c->remote_host: ""); return status; } + return APR_SUCCESS; }