]> granicus.if.org Git - apache/commit
* PROXY_WORKER_IS_INITIALIZED checks if PROXY_WORKER_INITIALIZED is set in
authorRuediger Pluem <rpluem@apache.org>
Thu, 14 Sep 2006 22:34:34 +0000 (22:34 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 14 Sep 2006 22:34:34 +0000 (22:34 +0000)
commit7361c75b95764201d6e002972c5d5086f9076ac4
tree22ff29c011b0ba9a7bc4438c07cb3f24e03c3e03
parent8c2b72b53c630761def788e48b2173852942f384
* 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.

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