commit | af642df3b843e94c0a96d88d862e2b8ca6b44d3b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Mar 30 10:06:11 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | 1af9bfe5bcca937f05992f9cc128440231bf0204 | |
parent | ae024ced0368d34437a5a371a49b014658bd4129 [diff] |
MINOR: stream-int/conn-stream: Report error to the CS instead of the SI SI_FL_ERR is removed and replaced by CS_FL_ERROR. It is a transient patch because the idea is to rely on the endpoint to handle errors at this level. But if for any reason it is not possible, the stream-interface flags will still be replaced.