projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b77f40
)
added a missing failf() for certain connect failures
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 10 Jun 2002 13:25:03 +0000
(13:25 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 10 Jun 2002 13:25:03 +0000
(13:25 +0000)
lib/connect.c
patch
|
blob
|
history
diff --git
a/lib/connect.c
b/lib/connect.c
index 9bd1bdfbd4f2b36ad5ea97dcfb8218fe07ed028e..6babb9f42b1ca9fadedacc1bf702963c33a5a69d 100644
(file)
--- a/
lib/connect.c
+++ b/
lib/connect.c
@@
-457,6
+457,7
@@
CURLcode Curl_connecthost(struct connectdata *conn, /* context */
/* we are connected, awesome! */
break;
}
+ failf(data, "socket error: %d", err);
/* we are _not_ connected, it was a false alert, continue please */
}