]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add missing CHANGES entry for PR 39907 (r575708)
authorRuediger Pluem <rpluem@apache.org>
Tue, 25 Sep 2007 14:01:32 +0000 (14:01 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 25 Sep 2007 14:01:32 +0000 (14:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@579251 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a9b8b0631f6c605e874c1a97bc2c80067aa4d4c5..a553349d9a5b3fd983eb8f64ae12ed5912e0efff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.2.7
 
+  *) mod_proxy_balancer: Do not reset lbstatus, lbfactor and lbset when
+     starting a new child.
+     PR 39907 [Vinicius Petrucci <vpetrucci gmail.com>, Ruediger Pluem]
+
   *) mod_proxy_http: Propagate Proxy-Authorization header correctly.
      PR 25947 [Nick Kew]