mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-22 22:31:28 +02:00
MINOR: quic: fix qcc subs initialization
This commit is contained in:
parent
cd28b27581
commit
cde911231e
@ -612,6 +612,7 @@ static int qc_init(struct connection *conn, struct proxy *prx,
|
|||||||
t->expire = tick_add(now_ms, qcc->timeout);
|
t->expire = tick_add(now_ms, qcc->timeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
qcc->subs = NULL;
|
||||||
qcc->wait_event.tasklet = tasklet_new();
|
qcc->wait_event.tasklet = tasklet_new();
|
||||||
if (!qcc->wait_event.tasklet)
|
if (!qcc->wait_event.tasklet)
|
||||||
goto fail;
|
goto fail;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user