projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd28b27
)
MINOR: quic: fix qcc subs initialization
author
Amaury Denoyelle
<adenoyelle@haproxy.com>
Wed, 22 Sep 2021 13:28:27 +0000
(15:28 +0200)
committer
Amaury Denoyelle
<adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000
(15:27 +0200)
src/mux_quic.c
patch
|
blob
|
history
diff --git
a/src/mux_quic.c
b/src/mux_quic.c
index
1c8669d
..
320f612
100644
(file)
--- a/
src/mux_quic.c
+++ b/
src/mux_quic.c
@@
-612,6
+612,7
@@
static int qc_init(struct connection *conn, struct proxy *prx,
t->expire = tick_add(now_ms, qcc->timeout);
}
+ qcc->subs = NULL;
qcc->wait_event.tasklet = tasklet_new();
if (!qcc->wait_event.tasklet)
goto fail;