Closed GoogleCodeExporter closed 9 years ago
I seem to recall this as being a boost.asio bug. I'll try to dig up more info.
Original comment by arvid.no...@gmail.com
on 20 Jul 2014 at 4:34
the asio ticket I had in mind was this:
https://svn.boost.org/trac/boost/ticket/5198
which is a bit different. This could be caused by the address simply not being
an IPv4 address. I'll take a look
Original comment by arvid.no...@gmail.com
on 20 Jul 2014 at 5:49
yes. This issue seems to be caused by attempting to connect to an IPv6 address
while using a SOCKS4 proxy (which doesn't support IPv6) and I failed to check
for this condition, which caused asio to object when trying to interpret the
address as IPv4.
Original comment by arvid.no...@gmail.com
on 20 Jul 2014 at 5:57
Glad didn't send you on a wild goose-chase :)
Original comment by caluml...@gmail.com
on 20 Jul 2014 at 6:44
fixed in RC_0_16 and all later branches.
Original comment by arvid.no...@gmail.com
on 20 Jul 2014 at 6:51
Original issue reported on code.google.com by
caluml...@gmail.com
on 20 Jul 2014 at 11:28