]> granicus.if.org Git - apache/commitdiff
Remove tabs.
authorJean-Frederic Clere <jfclere@apache.org>
Wed, 19 Sep 2007 16:40:26 +0000 (16:40 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Wed, 19 Sep 2007 16:40:26 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@577349 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index 5df59f1ce0f9a6e2bf75e83410c28fc1bb56b879..14930f4881695026c3c8352bf90145431b53c6b7 100644 (file)
@@ -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.