commit | 1cc08a33e17ca9c72204af84ecaa0c87e6d1f066 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 18 18:13:34 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 18 18:16:36 2022 +0200 |
tree | 7ef2bdd586400da37a5d02e647274d403b97f9bd | |
parent | 115ccce867c76723f99472f92b1e58d5c6ea4865 [diff] |
MINOR: applet: add a function to reset the svcctx of an applet The CLI needs to reset the svcctx between commands, and there was nothing done to handle this. Let's add appctx_reset_svcctx() to do that, it's the closing equivalent of appctx_reserve_svcctx(). This will have to be backported to 2.6 as it will be used by a subsequent patch to fix a bug.