mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
quiche: disable pacing while pacing is not actually performed
Closes #11068
This commit is contained in:
parent
d8df0d6db7
commit
89f6fafedb
@ -1258,6 +1258,7 @@ static CURLcode cf_connect_start(struct Curl_cfilter *cf,
|
||||
failf(data, "can't create quiche config");
|
||||
return CURLE_FAILED_INIT;
|
||||
}
|
||||
quiche_config_enable_pacing(ctx->cfg, false);
|
||||
quiche_config_set_max_idle_timeout(ctx->cfg, QUIC_IDLE_TIMEOUT);
|
||||
quiche_config_set_initial_max_data(ctx->cfg, (1 * 1024 * 1024)
|
||||
/* (QUIC_MAX_STREAMS/2) * H3_STREAM_WINDOW_SIZE */);
|
||||
|
Loading…
Reference in New Issue
Block a user