summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-05-21 23:58:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-05-21 23:58:52 +0200
commit84f799147431a15d1efc86654950408120adad22 (patch)
tree8a39cced44da2d169afd4715c3704973461190df
parent85b9dc80232d1d7d48ee4dea6db5a2263ee68efd (diff)
downloadgnurl-84f799147431a15d1efc86654950408120adad22.tar.gz
gnurl-84f799147431a15d1efc86654950408120adad22.tar.bz2
gnurl-84f799147431a15d1efc86654950408120adad22.zip
KNOWN_BUGS: curl -OJC- fails to resume
Bug: http://curl.haxx.se/bug/view.cgi?id=1169
-rw-r--r--docs/KNOWN_BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index d36382740..fa87df378 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!
+81. When using -J (with -O), automaticly resumed downloading together with "-C
+ -" fails. Without -J the same command line works! This happens because the
+ resume logic is worked out before the target file name (and thus its
+ pre-transfer size) has been figured out!
+ http://curl.haxx.se/bug/view.cgi?id=1169
+
80. Curl doesn't recognize certificates in DER format in keychain, but it
works with PEM.
http://curl.haxx.se/bug/view.cgi?id=3439999