Commit f544e299 authored by Denis Bilenko's avatar Denis Bilenko

add a commet

parent 3286f0bb
......@@ -71,6 +71,7 @@ class Resolver(object):
if family == AF_UNSPEC:
values = Values(2)
# note, that we assume that ares.gethostbyname does not raise exceptions
self.ares.gethostbyname(values, host, AF_INET)
self.ares.gethostbyname(values, host, AF_INET6)
elif family == AF_INET:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment