commit | dd437d9a4c4ff6aa2d4003ab121790ae08020784 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Mar 13 20:30:12 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 21 16:35:17 2017 +0100 |
tree | de5d4113cf8051a82c08d5fb48ee4fb48b1627f3 | |
parent | 3c8a89642d6d8b3f098daaff24edcb5aa23e58a0 [diff] |
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.