mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
Fix builder
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
872dcb7d44
commit
922087c79a
1 changed files with 2 additions and 2 deletions
|
@ -143,12 +143,12 @@ impl Client {
|
|||
builder = builder.add_root_certificate(certificate.0);
|
||||
}
|
||||
|
||||
builder.tls_early_data(true);
|
||||
builder = builder.tls_early_data(true);
|
||||
}
|
||||
|
||||
#[cfg(all(reqwest_unstable, feature = "http3"))]
|
||||
{
|
||||
builder.http3_congestion_bbr();
|
||||
builder = builder.http3_congestion_bbr();
|
||||
}
|
||||
|
||||
builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue