]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: kqueue/threads: Don't forget to close kqueue_fd[tid] on each thread
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Jan 2018 15:32:18 +0000 (16:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Jan 2018 16:52:57 +0000 (17:52 +0100)
commit13b007d583924d19d692268c2f51a2fc2b46fd0c
tree141d6067ab11c42aee2a2630b8be49a1cdef8d17
parent23d86d157edd6da8d3fe40d7883a3d2beeed3189
BUG/MINOR: kqueue/threads: Don't forget to close kqueue_fd[tid] on each thread

in deinit_kqueue_per_thread, kqueue_fd[tid] must be closed, except for the main
thread (the first one, tid==0).

This patch must be backported in 1.8 with commit 7a2364d4.
src/ev_kqueue.c