diff --git a/src/h3.c b/src/h3.c index 550f932b8..0993713f0 100644 --- a/src/h3.c +++ b/src/h3.c @@ -411,7 +411,7 @@ static int h3_finalize(void *ctx) return 0; /* Wakeup ->lctrl uni-stream */ - tasklet_wakeup(h3->lctrl.wait_event.tasklet); + h3_control_send(&h3->lctrl, h3); return 1; }