1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 09:21:50 -05:00

connect: remove redundant message about connect failure

Reviewed-by: Daniel Stenberg

Closes #5708
This commit is contained in:
Marc Hoersken 2020-07-28 20:54:18 +02:00
parent 3ee7c676ec
commit 633c9478c9
No known key found for this signature in database
GPG Key ID: 61E03CBED7BC859E

View File

@ -934,10 +934,10 @@ CURLcode Curl_is_connected(struct connectdata *conn,
return CURLE_OK;
}
infof(data, "Connection failed\n");
}
else if(rc & CURL_CSELECT_ERR)
else if(rc & CURL_CSELECT_ERR) {
(void)verifyconnect(conn->tempsock[i], &error);
}
/*
* The connection failed here, we should attempt to connect to the "next