Skip to content

Commit 316afde

Browse files
committed
c
1 parent 0eaeab6 commit 316afde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lazy_static! {
3131
.pool_idle_timeout(Duration::from_secs(5))
3232
.http3_prior_knowledge()
3333
.gzip(true)
34-
.local_address(generate_address())
34+
// .local_address(generate_address())
3535
.use_rustls_tls()
3636
.build()
3737
.unwrap()

0 commit comments

Comments
 (0)