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