]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
c->sbh can be unexpectedly NULL when the thread that pulls the ready keepalive
authorEric Covener <covener@apache.org>
Mon, 4 Nov 2013 01:37:31 +0000 (01:37 +0000)
committerEric Covener <covener@apache.org>
Mon, 4 Nov 2013 01:37:31 +0000 (01:37 +0000)
commitc02ed6cd81dab24862fd394298e2790a588ef2a8
tree00281da22abc06c6594d3f2330cfadd3fec02458
parent69df0a13042381faf102474f96574ce6faa3dce3
c->sbh can be unexpectedly NULL when the thread that pulls the ready keepalive
connection out of the queue laps the thread that put it on the queue.

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