Skip to content

Commit 78a2921

Browse files
disable proxy (#173)
1 parent 4ab804b commit 78a2921

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hacker-news-api/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ impl ApiClient {
7070
.tcp_keepalive(Duration::from_secs(60))
7171
.pool_max_idle_per_host(10)
7272
.use_rustls_tls()
73+
.no_proxy()
7374
.build()
7475
.context("Failed to create api client")?,
7576
})

0 commit comments

Comments
 (0)