commit | a1d14a7c7f3ec8abcabc0b29e1f30afb0c7ec417 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 10:42:08 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 17:05:53 2023 +0200 |
tree | 94705eebbb20877875a93dcbcfcb4049ad1f358d | |
parent | 638fe6ab0fc3da02e0d0e719d6563fa677c620a2 [diff] |
MINOR: stconn: Add a flag to ack endpoint errors at SC level The flag SC_FL_ERROR is added to ack errors on the endpoint. When SE_FL_ERROR flag is detected on the SE descriptor, the corresponding is set on the SC. Idea is to avoid, as far as possible, to manipulated the SE descriptor in upper layers and know when an error in the endpoint is handled by the SC. For now, this flag is only set and cleared but never tested.