projects
/
haproxy-3.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
591e798
)
MINOR: quic: remove uneeded tasklet_wakeup after accept
author
Amaury Denoyelle
<adenoyelle@haproxy.com>
Tue, 11 Apr 2023 13:08:09 +0000
(15:08 +0200)
committer
Amaury Denoyelle
<adenoyelle@haproxy.com>
Tue, 18 Apr 2023 14:20:47 +0000
(16:20 +0200)
No need to explicitely wakeup quic-conn tasklet after accept is done.
This should be backported up to 2.7.
src/xprt_quic.c
patch
|
blob
|
history
diff --git
a/src/xprt_quic.c
b/src/xprt_quic.c
index
cfb93e7
..
16432db
100644
(file)
--- a/
src/xprt_quic.c
+++ b/
src/xprt_quic.c
@@
-135,8
+135,6
@@
static int qc_xprt_start(struct connection *conn, void *ctx)
/* mux-quic can now be considered ready. */
qc->mux_state = QC_MUX_READY;
- tasklet_wakeup(qc->wait_event.tasklet);
-
ret = 1;
out:
TRACE_LEAVE(QUIC_EV_CONN_NEW, qc);