commit | ca5309a9a3366a7988ef83229b03730a166b6ba4 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 17 16:17:32 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 17 17:41:28 2023 +0200 |
tree | 83438af9a33920a4a51006f845a1a49f154aad47 | |
parent | 285aa40d352ae03e245c48333220b6f37ec74631 [diff] |
MINOR: stconn: Add a flag to report EOS at the stream-connector level SC_FL_EOS flag is added to report the end-of-stream at the SC level. It will be used to distinguish end of stream reported by the endoint, via the SE_FL_EOS flag, and the abort triggered by the stream, via the SC_FL_ABRT_DONE flag. In this patch, the flag is defined and is systematically tested everywhere SC_FL_ABRT_DONE is tested. It should be safe because it is never set.