]> git.kaiwu.me - haproxy.git/commit
MINOR: stconn: Call sc_conn_process from the I/O callback if TASK_WOKEN_MSG state...
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 14:22:50 +0000 (15:22 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit7abb7c4c797ba5710783ae730b178e5065f32324
tree7ea734b94276e4d5d77b785a6e18cb5f5db6c749
parent924a92200f58a7cb923c0af13f375ba5fe56affb
MINOR: stconn: Call sc_conn_process from the I/O callback if TASK_WOKEN_MSG state was set

It is the first commit of a series to refactor the SC app_ops. The first
step is to remove the .wake() callback function from the app_ops to replace
all uses by a wakeup of the SC tasklet.

Here, when the SC is woken up, the state is now tested and if TASK_WOKEN_MSG
is set, sc_conn_process() is called.
src/stconn.c