commit | 02ef0ff0612f2e3b15e8d2442fba2069a0847262 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Apr 21 08:50:00 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 22 14:14:27 2022 +0200 |
tree | 1d7235868b2e0ccf839d0073cbdbb347a0eb5f2b | |
parent | ca6c9bba823a72239428a3aadaa713dfd438dfc8 [diff] |
MINOR: conn-stream: Rely on endpoint shutdown flags to shutdown an applet cs_applet_shut() now relies on CS_EP_SH* flags to performed the applet shutdown. It means the applet release callback is called if there is no CS_EP_SHR or CS_EP_SHW flags set. And it set these flags, CS_EP_SHRR and CS_EP_SHWN more specifically, before exiting. This way, cs_applet_shut() is the really equivalent to cs_conn_shut().