mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
More cleanup: Expand tabs and some more indentation fixes
No functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -370,7 +370,7 @@ static int pass_response(request_rec *r, proxy_conn_rec *conn)
|
||||
APR_BRIGADE_INSERT_TAIL(bb, b);
|
||||
|
||||
status = ap_scan_script_header_err_brigade_ex(r, bb, NULL,
|
||||
APLOG_MODULE_INDEX);
|
||||
APLOG_MODULE_INDEX);
|
||||
if (status != OK) {
|
||||
ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r,
|
||||
"proxy: " PROXY_FUNCTION ": error reading response "
|
||||
|
Reference in New Issue
Block a user