mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Move the lbmethod to also allow it to be adjusted runtime
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1065750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1370,7 +1370,7 @@ PROXY_DECLARE(char *) ap_proxy_define_balancer(apr_pool_t *p,
|
||||
|
||||
memset(bshared, 0, sizeof(proxy_balancer_shared));
|
||||
|
||||
(*balancer)->lbmethod = lbmethod;
|
||||
bshared->lbmethod = lbmethod;
|
||||
bshared->updated = apr_time_now();
|
||||
bshared->was_malloced = (do_malloc != 0);
|
||||
|
||||
|
Reference in New Issue
Block a user