fix typo with reqwest builder for disabling zstd
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -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()
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user