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.
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)