BUG/MINOR: mux-spop: Don't open new streams for SPOP connection on error
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 13 May 2025 16:35:29 +0000 (18:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 May 2025 15:01:44 +0000 (17:01 +0200)
commit008cf82d78873832f3e605c21101223ddd16d9a5
tree225d7f65b18c653c2eb43058b5def7179513ecac
parent7cadc33e20b505f8d0606b1cb743b7aed4d8861b
BUG/MINOR: mux-spop: Don't open new streams for SPOP connection on error

Till now, only SPOP connections fully closed or those with a TCP connection on
error were concerned. But available streams could be reported for SPOP
connections in error or closing state. But in these states, no NOTIFY frames
will be sent and no ACK frames will be parsed. So, no new SPOP streams should be
opened.

This patch should be backported to 3.1.

(cherry picked from commit 197eaaadfd636441ca6cc5d3e35c52197537bbd6)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/mux_spop.c