Re: [Libevent-users] evhttp and ipv6

2011-04-20 Thread Nick Mathewson
On Fri, Apr 15, 2011 at 5:41 AM, Alexey Ozeritsky wrote: > HI, > > HTTP-client from evhttp (libevent-2.0.10-stable) does not work with > ipv6 because it creates AF_INET socket. > Patch that solves that problem attached. > This is indeed a bug, but it needs a better fix. The code you attached wil

[Libevent-users] evhttp and ipv6

2011-04-15 Thread Alexey Ozeritsky
HI, HTTP-client from evhttp (libevent-2.0.10-stable) does not work with ipv6 because it creates AF_INET socket. Patch that solves that problem attached. libevent-patch.patch Description: Binary data