]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: spoe: Fix soft stop handler using a specific id for spoe filters
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Feb 2017 09:17:15 +0000 (10:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 9 Mar 2017 14:32:55 +0000 (15:32 +0100)
commit3b386a318f699def6f37b4d3199cd1d72c481a0f
tree1a2d9ac1b1bd03e0af13efa676716576b25ba908
parente38047423da5a123ef21fa0ffac1e36c30c2b686
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.
src/flt_spoe.c