aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-05-03 19:25:17 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-05-03 19:25:17 +0000
commit8119379d4fca2d1d339ff517ea7221fbbdfa6925 (patch)
tree59c71377bbbf7b459432b8fb14b922e8e637b417 /docs/KNOWN_BUGS
parent9b4253fe67f076b0ed085f4df99d1bb571c5910c (diff)
Added and disabled test case 563 which shows KNOWN_BUGS #59. The bug
report failed to mention that a proxy must be used to reproduce it.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 352061d49..47d256e42 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -27,6 +27,10 @@ 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" using a proxy, the ";type=A" is stripped off.
+ See the comment in parse_remote_port()
+
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