]> granicus.if.org Git - apache/commit
don't call notify_suspend() in a worker thread after
authorEric Covener <covener@apache.org>
Fri, 14 Nov 2014 12:04:46 +0000 (12:04 +0000)
committerEric Covener <covener@apache.org>
Fri, 14 Nov 2014 12:04:46 +0000 (12:04 +0000)
commitb38d5d59790a4403924add437a651e6f4a377693
treef74f30167f31068a0691acbf0a84eab0cf4cb12d
parentc2d42b1214c61351ddde73afe3fb76b5c7b76b1b
don't call notify_suspend() in a worker thread after
start_lingering_close_common may have put the socket back
into the pollset.

If it becomes readable too quickly, cs can be
free'ed or accessed concurrently.

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