]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r443503 from trunk:
authorRuediger Pluem <rpluem@apache.org>
Tue, 3 Oct 2006 12:52:56 +0000 (12:52 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 3 Oct 2006 12:52:56 +0000 (12:52 +0000)
commit26421b768ecab01d91488482011c782cf4544a33
tree7e0423a0c74b14de5812bb8525b8700a5fbf4b72
parentcb1f0f291a45f2351eec03795f8c1a894195c10f
Merge r443503 from trunk:

* PROXY_WORKER_IS_INITIALIZED checks if PROXY_WORKER_INITIALIZED is set in
  worker->s->status, but we need to check here if it is set in worker->status.

  As PROXY_WORKER_INITIALIZED is set in worker->s->status in
  ap_proxy_initialize_worker_share, which is called just before
  ap_proxy_initialize_worker we never initialize the worker. This is very bad
  as we create no reslist for the pool in this case.

Reviewed by: jim, rpluem, trawick

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