]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* After r377780 the condition in the if clause never becomes true, because
authorRuediger Pluem <rpluem@apache.org>
Fri, 14 Apr 2006 11:30:04 +0000 (11:30 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 14 Apr 2006 11:30:04 +0000 (11:30 +0000)
commit9704233d80f563c034eeff04a5ca732634168271
tree511903eaf9b634a85d06e9584326e3985e292fe8
parent801bb0266a2b01d672916e5cb6d04006f373f711
* After r377780 the condition in the if clause never becomes true, because
  ap_proxy_initialize_worker_share is always left with PROXY_WORKER_INITIALIZED
  set in workers->s->status. So remove this code to save cycles and avoid
  confusion.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394065 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_balancer.c