diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-08-24 12:53:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-08-24 12:53:38 +0200 |
commit | 874413b3e1f9837fbe66e08341170eb2e949b395 (patch) | |
tree | cfee16f3352419f0cc2dae62b1adb174a735c142 /docs | |
parent | 62f306ff34f569020ce54451da7c841d162710ac (diff) |
KNOWN_BUGS: #78 zero-length files is already fixed!
Diffstat (limited to 'docs')
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index e0cd8e6ec..0c0be92b6 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -58,11 +58,6 @@ may have been fixed since this was written! that can receive data. This is subject for change in the future. http://curl.haxx.se/bug/view.cgi?id=1116 -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=1063 - 75. NTLM authentication involving unicode user name or password only works properly if built with UNICODE defined together with the WinSSL/schannel backend. The original problem was mentioned in: |