]> granicus.if.org Git - curl/commitdiff
connection timeouts added
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Mar 2001 14:38:54 +0000 (14:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Mar 2001 14:38:54 +0000 (14:38 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index b82c023d40374aa44ae74db47df0b0805bf8d4cc..bf56ea0af4507ef599339ff0d730aaa1b1319155 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,15 @@
                                History of Changes
 
 
+Daniel (15 March 2001)
+- Added --connect-timeout to curl, which sets the new CURLOPT_CONNECTTIMEOUT
+  option in libcurl. It limits the time curl is allowed to spend in the
+  connection phase. This differs from -m/--max-time that limits the entire
+  file transfer operation. Requested by Larry Fahnoe and more.
+
+  I also updated the curl.1 and curl_easy_setopt.3 man pages and removed the
+  item from the TODO.
+
 Daniel (14 March 2001)
 - Made curl grok IPv6 with HTTP proxies and got everything to compile nicely
   again when ENABLE_IPV6 is set.