]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
in a worker thread, don't dare try to process a connection if
authorJeff Trawick <trawick@apache.org>
Wed, 20 Mar 2002 23:29:13 +0000 (23:29 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 20 Mar 2002 23:29:13 +0000 (23:29 +0000)
commit7d278dab8c1168dd863a9e6d9cf722e5ce5fa43a
tree9117d0b0456b91cc5730f68431874af8a091ca2f
parentc47b46800e632bf6235e6316ef4f7e4779bec3fa
in a worker thread, don't dare try to process a connection if
ap_queue_pop() failed...  csd is not cleared by ap_queue_pop()
so checking csd is not helpful

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94067 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/worker/worker.c