mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-28 04:10:50 -05:00
MINOR: quic: fix qcc subs initialization
This commit is contained in:
parent
cd28b27581
commit
cde911231e
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue