mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-23 23:28:47 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
return NULL;
|
||||
return t;
|
||||
|
||||
release:
|
||||
qcc_shutdown(qcc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue