MINOR: stconn: Don't clear SE_FL_ERROR when endpoint is reset
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 08:28:28 +0000 (10:28 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 14 Apr 2023 15:05:53 +0000 (17:05 +0200)
commit638fe6ab0fc3da02e0d0e719d6563fa677c620a2
tree6435116fa2e48ba2ab668103bbeb0569b24be994
parente8bcef5f2277b76e053415cf67b3cbbab78adc29
MINOR: stconn: Don't clear SE_FL_ERROR when endpoint is reset

There is no reason to remove this flag. When the SC endpoint is reset, it is
replaced by a new one. The old one is released. It was useful when the new
endpoint inherited some flags from the old one.  But it is no longer
performed. Thus there is no reason still unset this flag.
src/stconn.c