recycleactor commited on
Commit
9635ea1
·
verified ·
1 Parent(s): 5af9f39

Upload main.rs

Browse files
Files changed (1) hide show
  1. 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())?;