diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-02 10:07:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-02 10:07:47 +0000 |
commit | 33d67c68de52dec2df06e6c4fa06417c0666fc0b (patch) | |
tree | 29fceec3b9eb1e3d549df3c5d7f1a0fa08ac7dad /docs/KNOWN_BUGS | |
parent | e46b5719f2fa65b82bf481ff846a003f1ac3d084 (diff) |
two items fixed, one so old I don't think its valid anymore
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index bf9f2bfd3..b27dc7bec 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -41,20 +41,11 @@ may have been fixed since this was written! * 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. -* Running 'make test' on Mac OS X gives 4 errors. This seems to be related - to some kind of libtool problem: - http://curl.haxx.se/mail/archive-2002-03/0029.html and - http://curl.haxx.se/mail/archive-2002-03/0033.html - -* libcurl does not deal nicely with files larger than 2GB - * GOPHER transfers seem broken * configure --disable-http is not fully supported. All other protocols seem to work to disable. -* The -m parameter does not work when using telnet with curl on Windows. - * If a HTTP server responds to a HEAD request and includes a body (thus violating the RFC2616), curl won't wait to read the response but just stop reading and return back. If a second request (let's assume a GET) is then |