MEDIUM: backend: Stop to use SE flags to detect connection errors
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 10:05:25 +0000 (12:05 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:05:54 +0000 (17:05 +0200)
commit725170eee67a12894c0aa5d97c98fcc3fa4f9d68
tree033d1b9baf2df138a316dab3e52b77a45a28b863
parent88d05a0f3b4f3f23764335c93ba24390a18d955c
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.
src/backend.c