MINOR: kqueue: exclusively rely on the kqueue returned status
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Mar 2017 19:30:12 +0000 (20:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Mar 2017 15:35:17 +0000 (16:35 +0100)
commitdd437d9a4c4ff6aa2d4003ab121790ae08020784
treede5d4113cf8051a82c08d5fb48ee4fb48b1627f3
parent3c8a89642d6d8b3f098daaff24edcb5aa23e58a0
MINOR: kqueue: exclusively rely on the kqueue returned status

After commit e852545 ("MEDIUM: polling: centralize polled events processing")
all pollers stopped to explicitly check the FD's polled status, except the
kqueue poller which is constructed a bit differently. It doesn't seem possible
to cause any issue such as missing an event however, but anyway it's better to
definitely get rid of this since the event filter already provides the event
direction.
src/ev_kqueue.c