Merge 0.11->trunk

This commit is contained in:
Kim Alvefur 2019-11-08 00:58:03 +01:00
commit 03197f584d
2 changed files with 2 additions and 0 deletions

View file

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

View file

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