diff --git a/common/http-api-client/src/lib.rs b/common/http-api-client/src/lib.rs index 96227ae389..883c7e7b3f 100644 --- a/common/http-api-client/src/lib.rs +++ b/common/http-api-client/src/lib.rs @@ -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 {