]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1892814, r1892853 from trunk:
authorYann Ylavic <ylavic@apache.org>
Fri, 3 Sep 2021 16:52:38 +0000 (16:52 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 3 Sep 2021 16:52:38 +0000 (16:52 +0000)
commit496c863776c68bd08cdbeb7d8fa5935ba63b76c2
tree85141e13c3a570ea6858f2e777cf284436997920
parent0ae75f345309a0d42cd906b5a69fefc47fbf5d7f
Merge r1892814, r1892853 from trunk:

mod_proxy: Faster unix socket path parsing in the "proxy:" URL.

The actual r->filename format is "[proxy:]unix:path|url" for UDS, no need to
strstr(,"unix:") since it's at the start of the string.

mod_proxy: Follow up to r1892814.

Save some few cycles in ap_proxy_de_socketfy() too.

Submitted by: ylavic
Reviewed by: ylavic, covener, rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1892874 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/fix_uds_filename.txt [new file with mode: 0644]
modules/proxy/mod_proxy.c
modules/proxy/proxy_util.c