commit | 638fe6ab0fc3da02e0d0e719d6563fa677c620a2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 10:28:28 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 17:05:53 2023 +0200 |
tree | 6435116fa2e48ba2ab668103bbeb0569b24be994 | |
parent | e8bcef5f2277b76e053415cf67b3cbbab78adc29 [diff] |
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.