summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-03-16 22:31:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-03-16 22:31:04 +0000
commitf9612b5eafbec0c562913c0707290a4c3ffc3969 (patch)
tree60353c4272ea20fa482dce804ff1d507f0931213
parent5cf2ef2ef76c0b3119d1bab79344380c0ca76ec4 (diff)
downloadcurl-f9612b5eafbec0c562913c0707290a4c3ffc3969.tar.gz
fixed in CVS
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 39141fe5e..521aff264 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!
-33. Doing FTP upload and specifying a URL that ends with a slash will cause
- a filed named "(nil)" get created. The proper fix should most likely be to
- reject the upload early since there's no target file name specified.
-
32. (At least on Windows) If libcurl is built with c-ares and there's no DNS
server configured in the system, the ares_init() call fails and thus
curl_easy_init() fails as well. This causes weird effects for people who use