From: Christophe Jaillet Date: Fri, 10 Jun 2016 22:01:40 +0000 (+0000) Subject: Fix r1744951 which introduced a tab when r1610674 has been backported. X-Git-Tag: 2.4.21~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5f320efca924432b6969eddb46bf3285b765a5;p=thirdparty%2Fapache%2Fhttpd.git Fix r1744951 which introduced a tab when r1610674 has been backported. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1747806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index f10b48ef544..0d2c8563b29 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -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 */