mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +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 };
|
||||
|
||||
-- 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
|
||||
-- pass it to cb()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue