commit | ca6c9bba823a72239428a3aadaa713dfd438dfc8 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 21 08:44:09 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 22 14:14:27 2022 +0200 |
tree | 97276570fe33eb6766bad94f0fb5047ab3cc1ef1 | |
parent | ff022a2b8cf41cae8bc66201202657826e86f156 [diff] |
CLEANUP: conn-stream: Rename cs_applet_release() This function does not release the applet but only call the applet release callback. It is equivalent to cs_conn_shut() but for applets. Thus the function is renamed cs_applet_shut().