mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
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:
parent
5838786fa0
commit
09f5501bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue