From: Daniel Stenberg Date: Tue, 30 Mar 2004 15:35:09 +0000 (+0000) Subject: one issue less X-Git-Tag: curl-7_11_2~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64cc14e9e63741627dbc6378943057ccf4781fba;p=thirdparty%2Fcurl.git one issue less --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index da605032d0..a7d8e42531 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.