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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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);