This commit is contained in:
Mark Sinclair
2025-09-04 14:52:12 +01:00
parent 59451365b6
commit 6dcfb81b95
+1 -1
View File
@@ -512,7 +512,7 @@ impl ClientBuilder {
.deflate(true)
.brotli(true)
.zstd(true)
.local_address(IpAddr::from_str("0.0.0.0:0").unwrap())
.local_address(IpAddr::from_str("0.0.0.0").unwrap())
};
ClientBuilder {