commit | 88ce5d18a58950ff525a1e6267303f42bb1e6f4d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Oct 20 15:41:18 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 31 13:58:33 2017 +0100 |
tree | c302ccd4d23c733d1ed1be3bb04cdf3f6c20f41e | |
parent | cfda8476436ca90a8ebee67c3d84bf8f69ac56b6 [diff] |
MINOR: threads/checks: Set the task process_mask when a check is executed Tasks used to process checks are created to be processed by any threads. But, once a check is started, we must be sure to be sticky on the running thread because I/O will be also sticky on it. This is a requirement for now: Tasks and I/O handlers linked to the same session must be executed on the same thread.