MEDIUM: quic: Make sure we return the tasklet from qcc_io_cb

In qcc_io_cb, return the tasklet to tell the scheduler the tasklet is
still alive, it is not yet needed, but will be soon.
This commit is contained in:
Olivier Houchard 2025-04-25 13:01:58 +02:00
parent 8f70f9c04b
commit 15c5846db8

View File

@ -3217,7 +3217,7 @@ struct task *qcc_io_cb(struct task *t, void *ctx, unsigned int status)
TRACE_LEAVE(QMUX_EV_QCC_WAKE, qcc->conn); TRACE_LEAVE(QMUX_EV_QCC_WAKE, qcc->conn);
return NULL; return t;
release: release:
qcc_shutdown(qcc); qcc_shutdown(qcc);