From 8a7f22fc54d2fdf157233edab1b11d70365f8aa9 Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Wed, 19 Sep 2007 16:40:26 +0000 Subject: [PATCH] Remove tabs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@577349 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_http.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index 5df59f1ce0..14930f4881 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -751,18 +751,18 @@ apr_status_t ap_proxy_http_request(apr_pool_t *p, request_rec *r, ) { continue; } - /* Do we want to strip Proxy-Authorization ? - * If we haven't used it, then NO - * If we have used it then MAYBE: RFC2616 says we MAY propagate it. - * So let's make it configurable by env. - */ + /* Do we want to strip Proxy-Authorization ? + * If we haven't used it, then NO + * If we have used it then MAYBE: RFC2616 says we MAY propagate it. + * So let's make it configurable by env. + */ if (!strcasecmp(headers_in[counter].key,"Proxy-Authorization")) { if (r->user != NULL) { /* we've authenticated */ if (!apr_table_get(r->subprocess_env, "Proxy-Chain-Auth")) { continue; } - } - } + } + } /* Skip Transfer-Encoding and Content-Length for now. -- 2.40.0