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:
parent
8f70f9c04b
commit
15c5846db8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user