diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-04-30 09:02:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-04-30 09:02:39 +0000 |
commit | 6b95c4e358f3bcaf60471353c54c5c32d596a536 (patch) | |
tree | 232a0fc6bcbe864c9ab518a2e8823c718e40ce06 /docs/KNOWN_BUGS | |
parent | 22e2ecb003eb942cfbf78a206b9daff370d74b17 (diff) |
- I was going to fix issue #59 in KNOWN_BUGS
If the CURLOPT_PORT option is used on an FTP URL like
"ftp://example.com/file;type=A" the ";type=A" is stripped off.
I added test case 562 to verify, only to find out that I couldn't repeat
this bug so I hereby consider it not a bug anymore!
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 edc614792..352061d49 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -27,9 +27,6 @@ may have been fixed since this was written! is waiting for the the 100-continue response. http://curl.haxx.se/mail/lib-2008-08/0462.html -59. If the CURLOPT_PORT option is used on an FTP URL like - "ftp://example.com/file;type=A" the ";type=A" is stripped off. - 58. It seems sensible to be able to use CURLOPT_NOBODY and CURLOPT_FAILONERROR with FTP to detect if a file exists or not, but it is not working: http://curl.haxx.se/mail/lib-2008-07/0295.html |