]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: conn-stream: Rename cs_applet_release()
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Apr 2022 06:44:09 +0000 (08:44 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 22 Apr 2022 12:14:27 +0000 (14:14 +0200)
commitca6c9bba823a72239428a3aadaa713dfd438dfc8
tree97276570fe33eb6766bad94f0fb5047ab3cc1ef1
parentff022a2b8cf41cae8bc66201202657826e86f156
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().
include/haproxy/conn_stream.h
src/conn_stream.c