]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: can't receive zero bytes file properly
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Jan 2012 22:31:39 +0000 (23:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 18 Jan 2012 22:45:09 +0000 (23:45 +0100)
http://curl.haxx.se/bug/view.cgi?id=3438362

docs/KNOWN_BUGS

index 487442c7bda13bd3aebc176b27ddcaed95c835fa..cf8bfc29d88a98659f55ed5461d5833c16aca8a9 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!
 
+78. curl and libcurl don't always signal the client properly when "sending"
+  zero bytes files - it makes for example the command line client not creating
+  any file at all. Like when using FTP.
+  http://curl.haxx.se/bug/view.cgi?id=3438362
+
 77. CURLOPT_FORBID_REUSE on a handle prevents NTLM from working since it
   "absuses" the underlying connection re-use system and if connections are
   forced to close they break the NTLM support.