commit | 7509ec369a811e856c722a788a766550cde9410f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jul 04 13:33:13 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jul 04 14:09:39 2022 +0200 |
tree | 1144904d5250f1c3cbfa57bf3b983fded3e85bf9 | |
parent | 24cfc9f76e5cb45c2e5d923b51aba0660ac3e1e3 [diff] |
MINOR: proxy: use tg->threads_enabled in hard_stop() to detect stopped threads Let's rely on tg->threads_enabled there to detect running threads. We should probably have a dedicated function for this in order to simplify the code and avoid the risk of using the wrong group ID.