commit | 3b386a318f699def6f37b4d3199cd1d72c481a0f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 23 10:17:15 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 09 15:32:55 2017 +0100 |
tree | 1a2d9ac1b1bd03e0af13efa676716576b25ba908 | |
parent | e38047423da5a123ef21fa0ffac1e36c30c2b686 [diff] |
BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters During a soft stop, we need to wakeup all SPOE applets to stop them. So we loop on all proxies, and for each proxy, on all filters. But we must be sure to only handle SPOE filters here. To do so, we use a specific id.