commit | 25d9fe50f5f3e9a3db2e42e251beef38d5d5d872 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 12:09:35 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 17:05:54 2023 +0200 |
tree | e560f7fe1d5308647168c0351e21e03ad6c7291f | |
parent | e182a8e651f6e14b728ccc90ca0fe3b042dbc0fc [diff] |
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.