diff --git a/src/mux_quic.c b/src/mux_quic.c index 6b5f46d5e..dac22af35 100644 --- a/src/mux_quic.c +++ b/src/mux_quic.c @@ -743,7 +743,7 @@ void qcc_set_error(struct qcc *qcc, int err, int app) * is too tedious too not forget a wakeup outside of this function for * the moment. */ - HA_ATOMIC_AND(&qcc->wait_event.tasklet->state, ~TASK_F_USR1); + tasklet_wakeup(qcc->wait_event.tasklet); } /* Increment glitch counter for connection by steps. If configured