]> git.kaiwu.me - haproxy.git/commit
MINOR: connection: Call sc_conn_process() instead of .wake() callback function
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 16:30:26 +0000 (17:30 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commita33b42035be9fbc700bf8ed58af4b3bde80e611b
treebe9f3c90580402a275d58dd321656ff0beb478f0
parent7be95eb892bd94e62f51a218e982c6b008919147
MINOR: connection: Call sc_conn_process() instead of .wake() callback function

At we fail to create a mux, in conn_create_mux(), instead of calling the
app_ops .wake() callback function, we can directly call sc_conn_process().
At this stage, we know we are using an connection, so it is safe to do so.
include/haproxy/stconn.h
src/connection.c
src/stconn.c