#45. libcurl built to support ipv6 uses getaddrinfo() to resolve host names.
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2009 16:09:45 +0000 (16:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Feb 2009 16:09:45 +0000 (16:09 +0000)
commitb1233c7e4dc58c9efa52ce0afe9c06e2bf4c240a
treecbf91ba754103e658bdf08a0cbc01075f51b1cd5
parent4ebe4b907b6d7f7fbaaa717311ad37e119ff5b64
#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.
docs/KNOWN_BUGS