From: lucas Date: Fri, 27 Sep 2019 11:31:13 +0000 (+0100) Subject: quiche: update HTTP/3 config creation to new API X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19338e97216f774976fd6949f4fc675475f528b7;p=curl quiche: update HTTP/3 config creation to new API --- diff --git a/lib/vquic/quiche.c b/lib/vquic/quiche.c index 55381def0..28eba8bbd 100644 --- a/lib/vquic/quiche.c +++ b/lib/vquic/quiche.c @@ -237,7 +237,7 @@ static CURLcode quiche_has_connected(struct connectdata *conn, conn->httpversion = 30; conn->bundle->multiuse = BUNDLE_MULTIPLEX; - qs->h3config = quiche_h3_config_new(0, 1024, 0, 0); + qs->h3config = quiche_h3_config_new(); if(!qs->h3config) return CURLE_OUT_OF_MEMORY;