]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-spop: Use the right bitwise operator in spop_ctl()
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Apr 2025 13:58:53 +0000 (15:58 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Apr 2025 14:01:36 +0000 (16:01 +0200)
commit2ccfebcebff254c95b6a70e987f3d960b38499c1
treea716868eca97cbec10999245bce509aa70cf540f
parentf191a830d83d0d984e84487c42b15fd07c58c705
BUG/MINOR: mux-spop: Use the right bitwise operator in spop_ctl()

Becaues of a typo, '||' was used instead of '|' to test the SPOP conneciton
flags and decide if the mux is ready or not. The regression was introduced
in the commit fd7ebf117 ("BUG/MEDIUM: mux-spop: Wait end of handshake to
declare a spop connection ready").

This patch must be backported to 3.1 with the commit above.
src/mux_spop.c