]> granicus.if.org Git - apache/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)
commit03966a632c41241dfd40a37896c32e8f15c70b9d
tree9a9bc26ae8453fa67f0526ae321febf034613c30
parentf0b69299d6c097fc43a27e328ea8702c8504cd58
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