]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: Faster unix socket path parsing in the "proxy:" URL.
authorYann Ylavic <ylavic@apache.org>
Thu, 2 Sep 2021 12:37:02 +0000 (12:37 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 2 Sep 2021 12:37:02 +0000 (12:37 +0000)
commit520dcd80a45ce237e9a46ee28697e1b8af3fcd7e
tree57c437f16edb8e43551735db7feabd5b9838184f
parentb364cad72b48dd40fbc2850e525b845406520f0b
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.

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