From 4ea7a65af725d0530a173b080acb6cb6db5432b3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 26 Sep 2012 11:46:23 +0200 Subject: [PATCH] CURLOPT_CONNECTTIMEOUT: works without signals or posix too! --- include/curl/curl.h | 5 ++--- 1 file 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