Commit a72b1bfa authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent a62df8fe
Loading
Loading
Loading
Loading
+2 −0
Changes for modules/proxy/mod_proxy_http.c: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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;
}