]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* mod_proxy: Remove load order and link dependency between mod_lbmethod_*
authorRuediger Pluem <rpluem@apache.org>
Fri, 20 Jul 2018 19:27:31 +0000 (19:27 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 20 Jul 2018 19:27:31 +0000 (19:27 +0000)
commit81e420cfb09bc89a819e4463746100793788d9a9
treee8851d3b310591407cb8c0869b5576869eacfc59
parent3fdba065dd16a9eafdf1997ba89277da195a66a9
* mod_proxy: Remove load order and link dependency between mod_lbmethod_*
  modules and mod_proxy by providing mod_proxy's ap_proxy_balancer_get_best_worker
  as an optional function.

PR: 62557

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836381 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
modules/proxy/balancers/mod_lbmethod_bybusyness.c
modules/proxy/balancers/mod_lbmethod_byrequests.c
modules/proxy/balancers/mod_lbmethod_bytraffic.c
modules/proxy/mod_proxy.h
modules/proxy/proxy_util.c