MINOR: applet: Always use applet API to set appctx flags
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 15 Feb 2024 10:23:00 +0000 (11:23 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 28 Mar 2024 16:28:20 +0000 (17:28 +0100)
commitd2403a412c21a624bbae12cffcd2de3ef722ba27
treefff41b35d1982184f1dcc473a252431f47905cea
parent94b8ed446f70a381dde0ea2dc891b62fcc3cc8e1
MINOR: applet: Always use applet API to set appctx flags

Some appctx flags were still set manually while there is a dedicated
function to do so. Be sure to always use applet_fl_set() to set appctx
flags.
src/applet.c
src/cache.c
src/stats.c