From: Oleg M. <ole...@gm...> - 2011-01-21 08:42:29
|
On 21.01.2011 18:17, Dean Michael Berris wrote: >> Seems that type_ != ipv4, though I have no idea why. It seems to be >> some win-specific implementation above in the stack-trace, which >> would explain why it works on Ubuntu. > > It looks like you're using IPv6 -- which IMO is a good thing, but > not so good for cpp-netlib. :D As a workaround try "0.0.0.0" or "127.0.0.1" instead of "localhost" in prox.startProxy(): it should force resolver to use ipv4 endpoints. -- Best regards, Oleg Malashenko. |