aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-13 23:43:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-13 23:43:23 +0000
commit1342f5d592623f9fa8c499bef6ac0afde47f0085 (patch)
tree74d01796811945fb7b3a396f4fea9b5d32db7ea7
parent8fbfd5916d39bb43361507d1a6cc6f68d65b25f8 (diff)
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
-rw-r--r--docs/KNOWN_BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 3eac760bf..c3ad3ac2c 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -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:.