]> granicus.if.org Git - curl/commit
resolve: enable protocol family logic for synthesized IPv6
authorLuo Jinghua <sunmoon1997@gmail.com>
Tue, 7 Jun 2016 23:23:54 +0000 (07:23 +0800)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 8 Jun 2016 02:23:24 +0000 (22:23 -0400)
commit608d161b605e4ac0ebdab6c89c64e14423a0457a
tree7204546bf89a90c3eb0d43fe38f95862331cc05b
parent01a49a7626ee4a226cd0b50d70591ab147d60ee0
resolve: enable protocol family logic for synthesized IPv6

- Enable protocol family logic for IPv6 resolves even when support
for synthesized addresses is enabled.

This is a follow up to the parent commit that added support for
synthesized IPv6 addresses from IPv4 on iOS/OS X. The protocol family
logic needed for IPv6 was inadvertently excluded if support for
synthesized addresses was enabled.

Bug: https://github.com/curl/curl/issues/863
Ref: https://github.com/curl/curl/pull/866
Ref: https://github.com/curl/curl/pull/867
lib/asyn-thread.c