commit | 725170eee67a12894c0aa5d97c98fcc3fa4f9d68 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 12:05:25 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 17:05:54 2023 +0200 |
tree | 033d1b9baf2df138a316dab3e52b77a45a28b863 | |
parent | 88d05a0f3b4f3f23764335c93ba24390a18d955c [diff] |
MEDIUM: backend: Stop to use SE flags to detect connection errors SE_FL_ERROR flag is no longer set when an error is detected durign the connection establishment. SC_FL_ERROR flag is set instead. So it is safe to remove test on SE_FL_ERROR to detect connection establishment error.