diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-09 16:09:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-09 16:09:45 +0000 |
commit | b1233c7e4dc58c9efa52ce0afe9c06e2bf4c240a (patch) | |
tree | cbf91ba754103e658bdf08a0cbc01075f51b1cd5 /docs/KNOWN_BUGS | |
parent | 4ebe4b907b6d7f7fbaaa717311ad37e119ff5b64 (diff) |
#45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names.
getaddrinfo() sorts the response list
This isn't a libcurl bug since this is how getaddrinfo() is *supposed* to work!
Apparently you deal with this using the /etc/gai.conf file.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 091087528..19150a58e 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -59,13 +59,6 @@ may have been fixed since this was written! function will return prematurely and will confuse the rest of the HTTP protocol code. This should be very rare. -45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names. - getaddrinfo() sorts the response list which effectively kills how libcurl - deals with round-robin DNS entries. All details: - http://curl.haxx.se/mail/lib-2007-07/0168.html - initial suggested function to use for randomizing the response: - http://curl.haxx.se/mail/lib-2007-07/0178.html - 43. There seems to be a problem when connecting to the Microsoft telnet server. http://curl.haxx.se/bug/view.cgi?id=1720605 |