Comparison

net/resolvers/basic.lua @ 10401:1ef1f6c43c5b

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Fri, 08 Nov 2019 00:58:03 +0100
parent 10386:cf93a951da37
parent 10400:4c2d789a106b
child 10438:55490be0dc29
comparison
equal deleted inserted replaced
10399:270cb2821566 10401:1ef1f6c43c5b
20 end 20 end
21 21
22 if not self.hostname then 22 if not self.hostname then
23 -- FIXME report IDNA error 23 -- FIXME report IDNA error
24 cb(nil); 24 cb(nil);
25 return;
25 end 26 end
26 27
27 local targets = {}; 28 local targets = {};
28 local n = 2; 29 local n = 2;
29 local function ready() 30 local function ready()