mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +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
|
@ -2,7 +2,6 @@ local server = require "net.server";
|
|||
local log = require "util.logger".init("net.connect");
|
||||
local new_id = require "util.id".short;
|
||||
|
||||
-- TODO Respect use_ipv4, use_ipv6
|
||||
-- TODO #1246 Happy Eyeballs
|
||||
-- FIXME RFC 6724
|
||||
-- FIXME Error propagation from resolvers doesn't work
|
||||
|
|
|
@ -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