mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-14 03:22:06 +01:00
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.