gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 118/222: quiche: update HTTP/3 config creation to new API


From: gnunet
Subject: [gnurl] 118/222: quiche: update HTTP/3 config creation to new API
Date: Thu, 07 Nov 2019 00:10:14 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 19338e97216f774976fd6949f4fc675475f528b7
Author: Lucas Pardue <address@hidden>
AuthorDate: Fri Sep 27 12:31:13 2019 +0100

    quiche: update HTTP/3 config creation to new API
---
 lib/vquic/quiche.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]