mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +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
|
@ -4,9 +4,6 @@ local inet_pton = require "util.net".pton;
|
|||
local idna_to_ascii = require "util.encodings".idna.to_ascii;
|
||||
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 resolver_mt = { __index = methods };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue