]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r572937, r574485, r574486 from trunk:
authorJim Jagielski <jim@apache.org>
Fri, 14 Sep 2007 14:47:54 +0000 (14:47 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 14 Sep 2007 14:47:54 +0000 (14:47 +0000)
commit1456a9f3dbcf315de316075800078bacd4a01d9a
tree6faf2b738b0b1c7b976be6b8d6735e59396a2742
parentde7c692c277379ba8ac51f22e30171220f2bce0d
Merge r572937, r574485, r574486 from trunk:

Be proactively safe. A cheap check, but helps prevents badness :)

* Do not reset lbstatus, lbfactor and lbset if the shared proxy_worker_stat
  structure for a worker is already initialized by the same or another
  process.

* This check is now part of the PROXY_WORKER_IS_INITIALIZED macro.

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@575708 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_balancer.c
modules/proxy/proxy_util.c