]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: applet: Add function to test applet flags from the appctx
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 29 Jul 2025 06:23:23 +0000 (08:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Aug 2025 09:11:05 +0000 (11:11 +0200)
commit1c76e4b2e4bf41a1f28bf94bcf3ea4bba39902e0
tree6416130a2a106a4bf9d5eec6308c3259241bc4f4
parent3de6c375aa3eac6422369df309e272c8ff1f47d4
MINOR: applet: Add function to test applet flags from the appctx

appctx_app_test() function can now be used to test the applet flags using an
appctx. This simplify a bit tests on applet flags. For now, this function is
used to test APPLET_FL_NEW_API flag.
include/haproxy/applet.h
src/stconn.c