mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-10 09:07:02 +02:00
MINOR: quic: remove uneeded tasklet_wakeup after accept
No need to explicitely wakeup quic-conn tasklet after accept is done. This should be backported up to 2.7.
This commit is contained in:
parent
591e7981d9
commit
6ac0fb0f13
@ -135,8 +135,6 @@ static int qc_xprt_start(struct connection *conn, void *ctx)
|
|||||||
/* mux-quic can now be considered ready. */
|
/* mux-quic can now be considered ready. */
|
||||||
qc->mux_state = QC_MUX_READY;
|
qc->mux_state = QC_MUX_READY;
|
||||||
|
|
||||||
tasklet_wakeup(qc->wait_event.tasklet);
|
|
||||||
|
|
||||||
ret = 1;
|
ret = 1;
|
||||||
out:
|
out:
|
||||||
TRACE_LEAVE(QUIC_EV_CONN_NEW, qc);
|
TRACE_LEAVE(QUIC_EV_CONN_NEW, qc);
|
||||||
|
Loading…
Reference in New Issue
Block a user