From: André Malo Date: Sun, 20 Sep 2009 17:57:05 +0000 (+0000) Subject: remove useless line X-Git-Tag: 2.3.3~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fd72cdebd3d7b3f7f6e48e250b487cd9355a46a;p=apache remove useless line git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@817066 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_scgi.c b/modules/proxy/mod_proxy_scgi.c index e152c277b8..6bc0b47cba 100644 --- a/modules/proxy/mod_proxy_scgi.c +++ b/modules/proxy/mod_proxy_scgi.c @@ -508,8 +508,7 @@ static int scgi_handler(request_rec *r, proxy_worker *worker, "proxy: " PROXY_FUNCTION ": declining URL %s", url); return DECLINED; } - url += sizeof(SCHEME); /* keep the slashes */ - + /* Create space for state information */ status = ap_proxy_acquire_connection(PROXY_FUNCTION, &backend, worker, r->server);