commit | 3704663e5f9490398bfea46cb458b4ed9f30fd9f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 01 11:36:58 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:15 2022 +0200 |
tree | f00da811eefd5dae4a5269b3f497e0aa2eb4f917 | |
parent | 0c6a64cd5f20cd4489c47f625737727a4ad8525a [diff] |
MINOR: applet: Use the CS to register and release applets instead of SI si_register_applet() and si_applet_release() are renamed cs_register_applet() and cs_applet_release() and now manipulate a conn-stream instead of a stream-inteface.