Skip to content
Snippets Groups Projects
Commit 747f87f6 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Removed weird special multi interface condition that caused bug report

#651464.
parent 5a4c56fc
No related branches found
No related tags found
No related merge requests found
......@@ -663,12 +663,6 @@ CURLcode Curl_connecthost(struct connectdata *conn, /* context */
}
if(0 != rc) {
if(data->state.used_interface == Curl_if_multi) {
/* When running the multi interface, we bail out here */
rc = 0;
break;
}
/* get a new timeout for next attempt */
after = Curl_tvnow();
timeout_ms -= Curl_tvdiff(after, before);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment