Re: [Libevent-users] bufferevent_socket_connect_hostname and evdns_base not working

2011-10-03 Thread Nick Mathewson
On Sat, Oct 1, 2011 at 3:51 PM, Juan Pablo Fernandez wrote: > Hi, > > I'm trying to get a async dns lookup with > bufferevent_socket_connect_hostname but I always get 11003 (dns_error) > in bufferevent_connect_getaddrinfo_cb. Do the unit tests work for you? They are supposed to test this case.

[Libevent-users] bufferevent_socket_connect_hostname and evdns_base not working

2011-10-01 Thread Juan Pablo Fernandez
Hi, I'm trying to get a async dns lookup with bufferevent_socket_connect_hostname but I always get 11003 (dns_error) in bufferevent_connect_getaddrinfo_cb. The thing is if I call bufferevent_socket_connect_hostname with evdns_base == NULL it connects just fine. I'm using latest libevent (2.0.14)