Skip to content

Commit

Permalink
fix: wrong compression name, should be brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jun 8, 2024
1 parent 7e272f6 commit 98013d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/local.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ async fn get_online_config_servers(
.user_agent(SHADOWSOCKS_USER_AGENT)
.deflate(true)
.gzip(true)
.deflate(true)
.brotli(true)
.zstd(true)
.redirect(Policy::limited(3))
.timeout(Duration::from_secs(30))
Expand Down

0 comments on commit 98013d7

Please sign in to comment.