]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG: polling: don't skip polled events in the spec list
authorWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2012 00:57:14 +0000 (01:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 12 Nov 2012 00:57:14 +0000 (01:57 +0100)
commit70d0ad560c026617d1f60d666f7264022e364cc0
treefc260c89fd3139d7044a43641d3d7a48d80b6d60
parent54a08d3e084a839f4cebea725b59399d1598f4b1
BUG: polling: don't skip polled events in the spec list

Commit 09f245 came with a bug : if we don't process events from the
spec list that are also being polled, we can end up with some stuck
events that nobody processes.

We must process all events from the spec list even if they're being
polled in parallel.
src/fd.c