Skip to content

Commit 98013d7

Browse files
committed
fix: wrong compression name, should be brotli
1 parent 7e272f6 commit 98013d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/local.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ async fn get_online_config_servers(
11121112
.user_agent(SHADOWSOCKS_USER_AGENT)
11131113
.deflate(true)
11141114
.gzip(true)
1115-
.deflate(true)
1115+
.brotli(true)
11161116
.zstd(true)
11171117
.redirect(Policy::limited(3))
11181118
.timeout(Duration::from_secs(30))

0 commit comments

Comments
 (0)