mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Various code cleanup
PR: 51398 Submitted by: Christophe Jaillet <christophe jaillet wanadoo fr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1138627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1682,8 +1682,8 @@ PROXY_DECLARE(proxy_worker *) ap_proxy_get_worker(apr_pool_t *p,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
url_copy = apr_pstrdup(p, url);
|
||||
url_length = strlen(url);
|
||||
url_copy = apr_pstrmemdup(p, url, url_length);
|
||||
|
||||
/*
|
||||
* We need to find the start of the path and
|
||||
|
Reference in New Issue
Block a user