aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-08 22:15:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-08 22:15:19 +0000
commit07227e8089747a3368ade10a3668371270e454ca (patch)
tree901f9cba2bba28a81516d186b0f2a5b4b7e73ebc
parent32cc75d6cb3e8ea4db16348f7bce8c405934c3d7 (diff)
added the --retry problems mention on the curl-library list today
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 264b2e440..a7ac23386 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,12 @@ 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!
+49. If using --retry and the transfer timeouts (possibly due to using -m or
+ -y/-Y) the next attempt doesn't resume the transfer properly from what was
+ downloaded in the previous attempt but will truncate and restart at the
+ original position where it was at before the previous failed attempt. See
+ http://curl.haxx.se/mail/lib-2008-01/0080.html
+
48. If a CONNECT response-headers are larger than BUFSIZE (16KB) when the
connection is meant to be kept alive (like for NTLM proxy auth), the
function will return prematurely and will confuse the rest of the HTTP