BUG/MINOR: stconn: Fix SC flags with same value
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 28 Apr 2023 06:38:44 +0000 (08:38 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 28 Apr 2023 06:51:34 +0000 (08:51 +0200)
commit81951f264e299483699506336c9daaa37dac1b44
tree98b4ab19625ccc8a4ca8d1351f193f4ba68c23cc
parente99c43907c2365e74a0be0198b08434f68d5b80a
BUG/MINOR: stconn: Fix SC flags with same value

SC_FL_SND_NEVERWAIT and SC_FL_SND_EXP_MORE flags have the same value. It is
not critical because these flags are only used to know if MSG_MORE flag must
be set on a send().

No backport needed.
include/haproxy/stconn-t.h