aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-02 14:06:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-02 14:06:27 +0000
commit07e58aaa79d87f4911bc383bec7f92ee8df97ab0 (patch)
tree41e647116e55da2fceed51df7831c727ada27a6d /docs/KNOWN_BUGS
parenta31ddd363bb125e852b57a715200b8f276c731fb (diff)
Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At
least it should no longer cause a compiler error. However, it does not have AI_NUMERICHOST so we cannot getaddrinfo() any numerical addresses with it (we use that for FTP PORT/EPRT)! So, I modified the configure check that checks if the getaddrinfo() is working, to use AI_NUMERICHOST since then it'll fail on AIX 4.3 and it will automatically build with IPv6 support disabled.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index df9d71a82..57bd27b43 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -92,9 +92,6 @@ may have been fixed since this was written!
libcurl thinks of it as the *compressed* length. Some explanations are here:
http://curl.haxx.se/mail/lib-2003-06/0146.html
-4. 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.
-
3. GOPHER transfers seem broken
2. If a HTTP server responds to a HEAD request and includes a body (thus