]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_proxy: Simplify ap_proxy_get_worker_ex()
authorYann Ylavic <ylavic@apache.org>
Thu, 21 Sep 2023 13:34:33 +0000 (13:34 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 21 Sep 2023 13:34:33 +0000 (13:34 +0000)
commit08cde3e5692cd9a4c8a274f0a67663c803d1ad08
tree488284e24012d5281fa3ea38b856bf61c15d63b0
parent29fb603784cdb77541817f52a9f47a10f47bc618
mod_proxy: Simplify ap_proxy_get_worker_ex()

Factorize duplicated code in the balancer and non-balancer cases by adding
a new worker_matches() helper.

No functional change intended.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912462 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_util.c