diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2006-02-22 23:55:28 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2006-02-22 23:55:28 +0000 |
commit | d29147565c000c01a5ac20b12993c8fd726b1fa2 (patch) | |
tree | c76763eb855ace7c12f599707ffd843208321134 /docs/KNOWN_BUGS | |
parent | 75c943055962180f178f3b37bcee855fdaf640c0 (diff) |
Fixed test case 57 (KNOWN_BUG #18)
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index ebaaca11c..a8050dde1 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -72,9 +72,6 @@ may have been fixed since this was written! 19. FTP 3rd party transfers with the multi interface doesn't work. Test: define CURL_MULTIEASY, rebuild curl, run test case 230 - 232. -18. test case 57 has </test> that should be </client> but when corrected, the - test case fails! - 16. FTP URLs passed to curl may contain NUL (0x00) in the RFC 1738 <user>, <password>, and <fpath> components, encoded as "%00". The problem is that curl_unescape does not detect this, but instead returns a shortened C |