commit | 386346f5eb34ae251111f4e8be3cda06d4626b57 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 10 08:46:07 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 13 14:27:57 2022 +0200 |
tree | 66877f3a721002a586ef1a7436796c393c6621b0 | |
parent | b112b1d02a6bdfc0de10e22e129d7daa65624bc4 [diff] |
MINOR: conn_stream: make cs_set_error() work on the endpoint instead Wherever we need to report an error, we have an even easier access to the endpoint than the conn_stream. Let's first adjust the API to use the endpoint and rename the function accordingly to cs_ep_set_error().