diff --git a/src/mux_quic.c b/src/mux_quic.c index d704403d3..80f4eff2d 100644 --- a/src/mux_quic.c +++ b/src/mux_quic.c @@ -366,7 +366,7 @@ static void qcc_refresh_timeout(struct qcc *qcc) /* We are past the soft close window end, wake the timeout * task up immediately. */ - qcc->task->expire = now_ms; + qcc->task->expire = tick_add(now_ms, 0); task_wakeup(qcc->task, TASK_WOKEN_TIMER); } }