aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-25 21:56:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-25 21:56:27 +0000
commitfe1fe64fd44bf46ea0f7c9b4bb2b1cb5637174cb (patch)
tree8e0636fd6f04db13769d57894312a86ecfb07e6b /docs/KNOWN_BUGS
parent9d904ee41b880bde9ad88c2f7ec742836a44490e (diff)
Rob Crittenden fixed bug #1705802
(http://curl.haxx.se/bug/view.cgi?id=1705802), which was filed by Daniel Black identifying several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL. Listed as #42 in KNOWN_BUGS.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 7a2357a63..85885fcf9 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,10 +3,6 @@ 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!
-42. Daniel Black filed bug report #1705802 where he accurately mentions that
- several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL:
- http://curl.haxx.se/bug/view.cgi?id=1705802
-
41. When doing an operation over FTP that requires the ACCT command (but not
when logging in), the operation will fail since libcurl doesn't detect this
and thus fails to issue the correct command: