commit | 3b7a19c2a65abe3f3461da7e57a55eee29d75e7a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jun 15 16:40:58 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 01 19:15:14 2022 +0200 |
tree | 9cec87cee2972bf9b066968d8319cf6314a7629f | |
parent | 1f4bf7215af9a50ebebe86a940c367825045cd21 [diff] |
MINOR: applet: always use task_new_on() on applet creation Now that task_new_on() supports negative numbers, there's no need for checking the thread value nor falling back to task_new_anywhere().