mirror of
https://github.com/curl/curl.git
synced 2026-07-23 11:57:18 +03:00
quiche: update HTTP/3 config creation to new API
This commit is contained in:
parent
1c134e9cf4
commit
19338e9721
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue