mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 15:47:01 +02: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
@ -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
|
/* Returns the maximum number of QUIC connections waiting for handshake to
|
||||||
|
Loading…
Reference in New Issue
Block a user