]> git.kaiwu.me - haproxy.git/commit
MINOR: applet: Call sc_applet_process() instead of .wake() callback function
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 16:28:10 +0000 (17:28 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit7be95eb892bd94e62f51a218e982c6b008919147
tree53429a6f8c98bcbec02ea16e5875c1b4572b8aa4
parent64d997ebfc58fe02fe540979c2c7907dc0d35944
MINOR: applet: Call sc_applet_process() instead of .wake() callback function

At the end of task_run_applet() and task_process_applet(), instead of
calling the app_ops .wake() callback function, we can directly call
sc_applet_process(). At this stage, we know we are using an applet, so it is
safe to do so.
include/haproxy/stconn.h
src/applet.c
src/stconn.c