]> granicus.if.org Git - libevent/commit
Relax bufferevent_connect_hostname_emfile
authorAzat Khuzhin <azat@libevent.org>
Thu, 31 Oct 2019 06:18:58 +0000 (09:18 +0300)
committerAzat Khuzhin <azat@libevent.org>
Thu, 31 Oct 2019 06:20:49 +0000 (09:20 +0300)
commit4436287d1247fb2e9c80560debf852a94657e485
tree9142376c88e719859a39920aae8af8ff1241fc08
parent53b3be4ee9e814a22876675c0ee004f0ebfb8535
Relax bufferevent_connect_hostname_emfile

Do not do any assumptions on the error for the EMFILE from
getaddrinfo(), expect just any error.

Fixes: #924
test/regress_dns.c