mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
remove useless line
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@817066 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -508,7 +508,6 @@ static int scgi_handler(request_rec *r, proxy_worker *worker,
|
|||||||
"proxy: " PROXY_FUNCTION ": declining URL %s", url);
|
"proxy: " PROXY_FUNCTION ": declining URL %s", url);
|
||||||
return DECLINED;
|
return DECLINED;
|
||||||
}
|
}
|
||||||
url += sizeof(SCHEME); /* keep the slashes */
|
|
||||||
|
|
||||||
/* Create space for state information */
|
/* Create space for state information */
|
||||||
status = ap_proxy_acquire_connection(PROXY_FUNCTION, &backend, worker,
|
status = ap_proxy_acquire_connection(PROXY_FUNCTION, &backend, worker,
|
||||||
|
Reference in New Issue
Block a user