]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: spoe: Don't systematically wakeup SPOE stream in the applet handler
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 23 Apr 2019 13:39:32 +0000 (15:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 23 Apr 2019 19:20:47 +0000 (21:20 +0200)
commit371723b0c2a2e38ae14e1e6f6a7581ef3e2491cf
treeec43a0114c3461f5befe19bdeccb2667cf4bf217
parent5e1a9d715ee634a218269d2df10fbfbee4e4c3d2
BUG/MINOR: spoe: Don't systematically wakeup SPOE stream in the applet handler

This can lead to wakeups in loop between the SPOE stream and the SPOE applets
waiting to receive agent messages (mainly AGENT-HELLO and AGENT-DISCONNECT).

This patch must be backported to 1.9 and 1.8.
src/flt_spoe.c