commit | cfc11c0eae611a865ba822c14105ad374a34efa4 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 13 16:10:23 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 14 14:54:35 2023 +0200 |
tree | f194acb828e78ceb296f4c326d685a9faee746ba | |
parent | 0c370eee6dcbbf6d5557ec55f336f1fa566afc86 [diff] |
MINOR: channel/stconn: Replace sc_shutr() by sc_abort() All reference to a shutr is replaced by an abort. So sc_shutr() is renamed sc_abort(). SC app ops functions are renamed accordingly.