Spaces:
Running
Running
Upload main.rs
Browse files- src/main.rs +0 -1
src/main.rs
CHANGED
|
@@ -1142,7 +1142,6 @@ async fn worker_login(email: &str, password_md5: &str) -> Result<String, String>
|
|
| 1142 |
|
| 1143 |
let client = reqwest::Client::builder()
|
| 1144 |
.no_proxy()
|
| 1145 |
-
.http1_only()
|
| 1146 |
.timeout(std::time::Duration::from_secs(25))
|
| 1147 |
.build()
|
| 1148 |
.map_err(|_| "worker:client".to_string())?;
|
|
|
|
| 1142 |
|
| 1143 |
let client = reqwest::Client::builder()
|
| 1144 |
.no_proxy()
|
|
|
|
| 1145 |
.timeout(std::time::Duration::from_secs(25))
|
| 1146 |
.build()
|
| 1147 |
.map_err(|_| "worker:client".to_string())?;
|