From 87afd7686f617f0d163520795fe439fcabe6dfea Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 12 Jun 2002 09:48:26 +0000 Subject: added a connect failure error message that might get empty otherwise --- lib/connect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/connect.c') diff --git a/lib/connect.c b/lib/connect.c index 6babb9f42..ba00b73e9 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -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; } -- cgit v1.2.3