aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-30 15:35:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-30 15:35:09 +0000
commit64cc14e9e63741627dbc6378943057ccf4781fba (patch)
tree216c062fef0675b3a6a7a7eae4e8bd3b9620fa9c /docs
parentd5b8971ff360e596cfbefbc5964f2a3c2e6415ec (diff)
one issue less
Diffstat (limited to 'docs')
-rw-r--r--docs/KNOWN_BUGS3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index da605032d..a7d8e4253 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -35,9 +35,6 @@ may have been fixed since this was written!
locally, which is because libcurl doesn't call the write callback with zero
bytes. Explained here: http://curl.haxx.se/mail/archive-2003-04/0143.html
-* Using CURLOPT_FAILONERROR (-f/--fail) will make authentication to stop
- working if you use anything but plain Basic auth.
-
* IPv6 support on AIX 4.3.3 doesn't work due to a missing sockaddr_storage
struct. It has been reported to work on AIX 5.1 though.