mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
mod_proxy: Follow up to r1892814.
Save some few cycles in ap_proxy_de_socketfy() too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1892853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2009,7 +2009,7 @@ PROXY_DECLARE(const char *) ap_proxy_de_socketfy(apr_pool_t *p, const char *url)
|
||||
* the UDS path... ignore it
|
||||
*/
|
||||
if (!ap_cstr_casecmpn(url, "unix:", 5) &&
|
||||
((ptr = ap_strchr_c(url, '|')) != NULL)) {
|
||||
((ptr = ap_strchr_c(url + 5, '|')) != NULL)) {
|
||||
/* move past the 'unix:...|' UDS path info */
|
||||
const char *ret, *c;
|
||||
|
||||
|
Reference in New Issue
Block a user