Fix detection of system proxy from Windows registry (#1005)

This commit is contained in:
fuyu
2020-08-19 11:38:21 -07:00
committed by GitHub
parent 512fb97ffc
commit 9e23103371
4 changed files with 135 additions and 19 deletions

View File

@@ -76,6 +76,7 @@ async fn response_timeout() {
let client = reqwest::Client::builder()
.timeout(Duration::from_millis(500))
.no_proxy()
.build()
.unwrap();