mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
net.connect: Remove TODO about use_ipv4/6 done in 3bfb20be844c
This commit is contained in:
parent
bac049fb34
commit
7b89ab9b86
2 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ local unpack = table.unpack or unpack; -- luacheck: ignore 113
|
|||
local methods = {};
|
||||
local resolver_mt = { __index = methods };
|
||||
|
||||
-- TODO Respect use_ipv4, use_ipv6
|
||||
-- FIXME RFC 6724
|
||||
-- FIXME #1428 Reuse DNS resolver object (from service resolver)
|
||||
-- FIXME #1429 Close DNS resolver object when done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue