mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
net.resolvers: Remove FIXMEs obsoleted by switch to libunbound
This commit is contained in:
parent
8646a54bea
commit
300a9a56c5
2 changed files with 0 additions and 5 deletions
|
@ -8,8 +8,6 @@ local methods = {};
|
||||||
local resolver_mt = { __index = methods };
|
local resolver_mt = { __index = methods };
|
||||||
|
|
||||||
-- FIXME RFC 6724
|
-- FIXME RFC 6724
|
||||||
-- FIXME #1428 Reuse DNS resolver object (from service resolver)
|
|
||||||
-- FIXME #1429 Close DNS resolver object when done
|
|
||||||
|
|
||||||
-- Find the next target to connect to, and
|
-- Find the next target to connect to, and
|
||||||
-- pass it to cb()
|
-- pass it to cb()
|
||||||
|
|
|
@ -4,9 +4,6 @@ local inet_pton = require "util.net".pton;
|
||||||
local idna_to_ascii = require "util.encodings".idna.to_ascii;
|
local idna_to_ascii = require "util.encodings".idna.to_ascii;
|
||||||
local unpack = table.unpack or unpack; -- luacheck: ignore 113
|
local unpack = table.unpack or unpack; -- luacheck: ignore 113
|
||||||
|
|
||||||
-- FIXME #1428 Reuse DNS resolver object (pass to basic resorver)
|
|
||||||
-- FIXME #1429 Close DNS resolver object when done
|
|
||||||
|
|
||||||
local methods = {};
|
local methods = {};
|
||||||
local resolver_mt = { __index = methods };
|
local resolver_mt = { __index = methods };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue