net.resolvers: Fix traceback from hostname failing IDNA

Related to #1426
This commit is contained in:
Kim Alvefur 2019-11-08 00:54:56 +01:00
parent 91156ab5d9
commit 2a8b031b75
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ function methods:next(cb)
if not self.hostname then
-- FIXME report IDNA error
cb(nil);
return;
end
local targets = {};