Software /
code /
prosody
Diff
net/resolvers/basic.lua @ 10970:4603697aee50
net.resolvers: Remove FIXMEs obsoleted by switch to libunbound
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 25 Jun 2020 19:24:58 +0200 |
parent | 10945:2edb72ef312a |
child | 11008:fd735fe2fc50 |
line wrap: on
line diff
--- a/net/resolvers/basic.lua Thu Jun 25 18:57:19 2020 +0200 +++ b/net/resolvers/basic.lua Thu Jun 25 19:24:58 2020 +0200 @@ -8,8 +8,6 @@ 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()