Comment #14 on issue 12711 by [email protected]: Unable to resolve and view site that using IPv6 http://code.google.com/p/chromium/issues/detail?id=12711
In summary, the only essential change between Firefox/NSPR and our code is that Firefox/NSPR is not passing AI_ADDRCONFIG to getaddrinfo on any platform. AI_ADDRCONFIG is not documented in the getaddrinfo man page on Mac OS X: http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/getaddrinfo.3.html In the <netdb.h> header on Mac OS X, AI_ADDRCONFIG is defined in the "Flag values for getaddrinfo()" section, but it does appear that AI_ADDRCONFIG is intended for getipnodebyname(). (It's not part of AI_MASK, but is part of AI_DEFAULT.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
