]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Detect APR_EINTR from ap_queue_pop() and avoid calling
authorAaron Bannert <aaron@apache.org>
Sun, 28 Apr 2002 22:13:32 +0000 (22:13 +0000)
committerAaron Bannert <aaron@apache.org>
Sun, 28 Apr 2002 22:13:32 +0000 (22:13 +0000)
commit170e12e0316a1f19c91071ff71a5e64958870d1a
tree9a9bc26ae8453fa67f0526ae321febf034613c30
parent719c46d2c8119ecc9b3247c90b7e5b770163fcb4
Detect APR_EINTR from ap_queue_pop() and avoid calling
ap_queue_info_set_idle() more than once at a time per worker thread.
This fixes an assert coredump.

Submitted by: Aaron Bannert
Reviewed by: Brian Pane

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