]> granicus.if.org Git - curl/commitdiff
CURLOPT_CONNECTTIMEOUT works on win32 these days, S. Moonesamy pointed out
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Jun 2001 07:33:38 +0000 (07:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Jun 2001 07:33:38 +0000 (07:33 +0000)
docs/curl_easy_setopt.3

index f20e41c9e74963c7ed4602af40c72a56d3a3abeb..fd8e15c6d72461b96a957415aa94505aeb44d859 100644 (file)
@@ -2,7 +2,7 @@
 .\" nroff -man [file]
 .\" $Id$
 .\"
-.TH curl_easy_setopt 3 "31 May 2001" "libcurl 7.8" "libcurl Manual"
+.TH curl_easy_setopt 3 "1 June 2001" "libcurl 7.8" "libcurl Manual"
 .SH NAME
 curl_easy_setopt - Set curl easy-session options
 .SH SYNOPSIS
@@ -495,7 +495,7 @@ Pass a long. It should contain the maximum time in seconds that you allow the
 connection to the server to take.  This only limits the connection phase, once
 it has connected, this option is of no more use. Set to zero to disable
 connection timeout (it will then only timeout on the system's internal
-timeouts). This option doesn't work in win32 systems.  See also the
+timeouts). See also the
 .I CURLOPT_TIMEOUT
 option.
 .PP