mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246
Gotta have the DOAP references!
This commit is contained in:
parent
1f4c6548dc
commit
b79cb49bfb
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@ local log = require "util.logger".init("net.connect");
|
|||
local new_id = require "util.id".short;
|
||||
local timer = require "util.timer";
|
||||
|
||||
-- TODO #1246 Happy Eyeballs
|
||||
-- FIXME RFC 6724
|
||||
-- FIXME Error propagation from resolvers doesn't work
|
||||
-- FIXME #1428 Reuse DNS resolver object between service and basic resolver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue