]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: pollers/kqueue: use incremented position in event list
authorPiBa-NL <PiBa.NL.dev@gmail.com>
Wed, 9 May 2018 23:01:28 +0000 (01:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 May 2018 12:08:56 +0000 (14:08 +0200)
commitc55b88ece616afe0b28dc81eb39bad37b5f9c33f
tree7b2b9eb41ac91380b6b6f3bace6200bfbcdf55f8
parent29d698040d6bb56b29c036aeba05f0d52d8ce94b
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
src/ev_kqueue.c