diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-05-23 20:52:46 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-05-23 20:52:46 +0000 |
commit | ddfbe8b649439811e51730905f3340a2769788a1 (patch) | |
tree | f2b5723d1fff149d7d5002bef1b3e9d405f9eda0 /docs/KNOWN_BUGS | |
parent | d001f6a39628d9dbc84ccd1295d37e4738f3cdad (diff) |
Added some more to do items and a known bug.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index a381bdf67..1fd9c9afc 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -3,6 +3,10 @@ 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! +54. User names embedded in URLs without a password are parsed incorrectly--the + host name is treated as part of the user name and the port number becomes the + password. This can be observed test 279. + 53. SFTP busy-loop problem. When doing SFTP uploads, we can see that libcurl occasionally will busy-loop while waiting for certain network conditions. Reported by Pavel Shalagin, explained somewhat by Daniel Stenberg here: @@ -17,7 +21,8 @@ may have been fixed since this was written! -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 + http://curl.haxx.se/mail/lib-2008-01/0080.html and Mandriva bug report + https://qa.mandriva.com/show_bug.cgi?id=22565 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 |