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

In quic_accept_run, 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:03:29 +02:00
parent 5838786fa0
commit 09f5501bb9

View File

@ -1113,7 +1113,7 @@ struct task *quic_accept_run(struct task *t, void *ctx, unsigned int i)
}
}
return NULL;
return t;
}
/* Returns the maximum number of QUIC connections waiting for handshake to