summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-09-26 11:46:23 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-09-26 11:46:23 +0200
commit4ea7a65af725d0530a173b080acb6cb6db5432b3 (patch)
tree563dc467804787ad72f64ed2652b462c1ab8a28b
parentd89861f65162921cdcf54d8c2f34d335812c3198 (diff)
downloadgnurl-4ea7a65af725d0530a173b080acb6cb6db5432b3.tar.gz
gnurl-4ea7a65af725d0530a173b080acb6cb6db5432b3.tar.bz2
gnurl-4ea7a65af725d0530a173b080acb6cb6db5432b3.zip
CURLOPT_CONNECTTIMEOUT: works without signals or posix too!
-rw-r--r--include/curl/curl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 49b2084c1..5b39a24bf 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -1047,9 +1047,8 @@ typedef enum {
/* Set to the Entropy Gathering Daemon socket pathname */
CINIT(EGDSOCKET, OBJECTPOINT, 77),
- /* Time-out connect operations after this amount of seconds, if connects
- are OK within this time, then fine... This only aborts the connect
- phase. [Only works on unix-style/SIGALRM operating systems] */
+ /* Time-out connect operations after this amount of seconds, if connects are
+ OK within this time, then fine... This only aborts the connect phase. */
CINIT(CONNECTTIMEOUT, LONG, 78),
/* Function that will be called to store headers (instead of fwrite). The