summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2022-03-30 14:42:14 +0000
committerJean-Frederic Clere <jfclere@apache.org>2022-03-30 14:42:14 +0000
commit2bcf00780e1875dd522031846fc9561f16bf5757 (patch)
treedcdbbf66bcb9e28968d3a39c9dba91aa2f4b6977 /CHANGES
parentdb0b3af8562684917ccc7aa84fc3ac5152749e44 (diff)
downloadhttpd-2bcf00780e1875dd522031846fc9561f16bf5757.tar.gz
Add WorkerBalancerGrowth. To allow creation of workers
to dynamically added balancers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899390 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dfc95693ce..0072b2e1b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_proxy: Add WorkerBalancerGrowth to allow adding workers to
+ balancer created dynamically or via "empty" <Proxy balancer://../>
+ [Jean-Frederic Clere]
+
*) ab: Add an optional ramp delay when starting concurrent connections so
as to not trigger denial of service protection in the network. Report
levels of concurrency achieved in cases where the test completes before