]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-spop: Set SPOP_CF_ERROR flag on connection error only
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Feb 2025 09:58:35 +0000 (10:58 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2025 10:19:32 +0000 (11:19 +0100)
commit514a912a4d15c834a034be8ea7675c3ae0822080
tree4a3075f9b24ee3fd527419d60fd87c52164cebed
parentd16c534511ca9e75437839bf654d45faf2992e0e
MINOR: mux-spop: Set SPOP_CF_ERROR flag on connection error only

The SPOP_CF_ERROR flag is now set on connection error only. It was also set
on some demux failures. But it is not mandatory because the connection is
closed anyway. And it is handy to have a flag dedicated to tcp connection
error. It was the original purpose of this flag.

This patch could be backported to 3.1 to ease future backports.
src/mux_spop.c