fix typo with reqwest builder for disabling zstd
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
9fde835673
commit
119cc2eec0
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ fn base(config: &Config) -> Result<reqwest::ClientBuilder> {
|
|||
builder = if config.zstd_compression {
|
||||
builder.zstd(true)
|
||||
} else {
|
||||
builder.zstd(false).no_brotli()
|
||||
builder.zstd(false).no_zstd()
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue