MEDIUM: stconn: Rely on SC flags to handle errors instead of SE flags
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 10:09:35 +0000 (12:09 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:05:54 +0000 (17:05 +0200)
commit25d9fe50f5f3e9a3db2e42e251beef38d5d5d872
treee560f7fe1d5308647168c0351e21e03ad6c7291f
parente182a8e651f6e14b728ccc90ca0fe3b042dbc0fc
MEDIUM: stconn: Rely on SC flags to handle errors instead of SE flags

It is the last commit on this subject. we stop to use SE_FL_ERROR flag from
the SC, except at the I/O level. Otherwise, we rely on SC_FL_ERROR
flag. Now, there should be a real separation between SE flags and SC flags.
src/stconn.c