commit | 38656f406cd265af8622461803713a126740dd0e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 11:35:07 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 17:05:53 2023 +0200 |
tree | 546c9ae1a136d0ed52fddd6e186f1a43bcf278f5 | |
parent | a1d14a7c7f3ec8abcabc0b29e1f30afb0c7ec417 [diff] |
MINOR: backend: Set SC_FL_ERROR on connection error During connection establishement, if an error occurred, the SC_FL_ERROR flag is now set. Concretely, it is set when SE_FL_ERROR is also set.