]> granicus.if.org Git - curl/commitdiff
62. CURLOPT_TIMEOUT does not work properly with the regular multi and
authorDaniel Stenberg <daniel@haxx.se>
Tue, 13 Jan 2009 23:43:23 +0000 (23:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 13 Jan 2009 23:43:23 +0000 (23:43 +0000)
  multi_socket interfaces. The work-around for apps is to simply remove the
  easy handle once the time is up. See also:
  http://curl.haxx.se/bug/view.cgi?id=2501457

docs/KNOWN_BUGS

index 3eac760bfc890e1c520282e12aec5f8e30199f87..c3ad3ac2c93e7ce2cdd01032400e3d74422ca406 100644 (file)
@@ -3,6 +3,11 @@ join in and help us correct one or more of these! Also be sure to check the
 changelog of the current development status, as one or more of these problems
 may have been fixed since this was written!
 
+62. CURLOPT_TIMEOUT does not work properly with the regular multi and
+  multi_socket interfaces. The work-around for apps is to simply remove the
+  easy handle once the time is up. See also:
+  http://curl.haxx.se/bug/view.cgi?id=2501457
+
 61. If an upload using Expect: 100-continue receives an HTTP 417 response,
   it ought to be automatically resent without the Expect:.  A workaround is
   for the client application to redo the transfer after disabling Expect:.