commit | 967955b156cc8423ac5f52282eead9ca94a0f856 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 18 18:15:18 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | 5ef444049d2a99b0aaf29b1b25f8f1b8107cf278 | |
parent | 108423819c6d2bf32e5aca70918ff4158e878dc7 [diff] |
CLEANUP: stconn: rename cs_ep_set_error() to se_fl_set_error() First it applies to the stream endpoint and not the conn_stream, and second it only tests and touches the flags so it makes sense to call it se_fl_ like other functions which only manipulate the flags, as it's just a special case of flags.