commit | 81951f264e299483699506336c9daaa37dac1b44 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 28 08:38:44 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 28 08:51:34 2023 +0200 |
tree | 98b4ab19625ccc8a4ca8d1351f193f4ba68c23cc | |
parent | e99c43907c2365e74a0be0198b08434f68d5b80a [diff] |
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.