Commit 71e709c7829275a594f767b27468b1b52e8b5bb9

Azat Khuzhin 2013-01-23T02:45:32

Fix ipv6 support for http. When URL contain domain, not IP address. Before this patch socket created before domain was resolved, and it always create with AF_INET (ipv4), but we must create socket only after domain was resolved to understad which protocol family have domain address. Thank to Patrick Pelletier, who found this bug.