commit | c55b88ece616afe0b28dc81eb39bad37b5f9c33f | [log] [tgz] |
---|---|---|
author | PiBa-NL <PiBa.NL.dev@gmail.com> | Thu May 10 01:01:28 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 11 14:08:56 2018 +0200 |
tree | 7b2b9eb41ac91380b6b6f3bace6200bfbcdf55f8 | |
parent | 29d698040d6bb56b29c036aeba05f0d52d8ce94b [diff] |
BUG/MEDIUM: pollers/kqueue: use incremented position in event list When composing the event list for subscribe to kqueue events, the index where the new event is added must be after the previous events, as such the changes counter should continue counting. This caused haproxy to accept connections but not try read and process the incoming data. This patch is for 1.9 only