]> granicus.if.org Git - curl/commit
CURLOPT_CONNECTTIMEOUT: default is 300 seconds
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Dec 2011 22:19:50 +0000 (23:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Dec 2011 22:19:50 +0000 (23:19 +0100)
commit361cd03d5861d3639bfcc6b5001f113a05a195cc
tree1675d3005226df8e354b9ce8fb3fc47cd9f65dbe
parent7e4daaf908307220e408754f84a5706efe230a38
CURLOPT_CONNECTTIMEOUT: default is 300 seconds

If the option is set to 0, the default timeout will be used - which in
modern libcurl versions equals 300 seconds (== 5 minutes).

Bug: http://curl.haxx.se/mail/lib-2011-12/0051.html
Reported by: Vladimir Grishchenko
docs/libcurl/curl_easy_setopt.3