mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
quiche: update HTTP/3 config creation to new API
This commit is contained in:
parent
1c134e9cf4
commit
19338e9721
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user