Commit 87afd768 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

added a connect failure error message that might get empty otherwise

parent 8ce10b5d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -581,6 +581,7 @@ CURLcode Curl_connecthost(struct connectdata *conn, /* context */
    /* no good connect was made */
    sclose(sockfd);
    *sockconn = -1;
    failf(data, "Connect failed");
    return CURLE_COULDNT_CONNECT;
  }