]> granicus.if.org Git - apache/blobdiff - modules/proxy/mod_proxy_http.c
Remove tabs.
[apache] / 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.