]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix r1744951 which introduced a tab when r1610674 has been backported.
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 10 Jun 2016 22:01:40 +0000 (22:01 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 10 Jun 2016 22:01:40 +0000 (22:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747806 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index f10b48ef544074f0d4ef60dfde752f282ccb49eb..0d2c8563b29745c29b631cd273856e164354debb 100644 (file)
@@ -3500,7 +3500,7 @@ PROXY_DECLARE(int) ap_proxy_create_hdrbrgd(apr_pool_t *p,
 
     proxy_run_fixups(r);
     if (ap_proxy_clear_connection(r, r->headers_in) < 0) {
-       return HTTP_BAD_REQUEST;
+        return HTTP_BAD_REQUEST;
     }
 
     /* send request headers */