]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: thread: also remove a thread's bit from stopping_threads on stop
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Jul 2022 08:17:21 +0000 (10:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Jul 2022 08:19:46 +0000 (10:19 +0200)
commitad92fdf1968ab231cac5eb1c81420568da413cec
tree68a5b9f70a888881f61a986822ab67a5a78d49af
parentf34a3fa33d519ffe57f5e9834d4b0b08ef438b3d
CLEANUP: thread: also remove a thread's bit from stopping_threads on stop

As much as possible we should take care of not leaving bits from stopped
threads in shared thread masks. It can avoid issues like the previous
fix and will also make debugging less confusing.
src/haproxy.c