Changeset

12639:6d9ee0a3eb4b

net.connect: Clear TODO for Happy Eyeballs / RFC 8305, close #1246 Gotta have the DOAP references!
author Kim Alvefur <zash@zash.se>
date Fri, 19 Aug 2022 14:24:31 +0200
parents 12638:a47af78a9347
children 12674:72f431b4dc2c
files doc/doap.xml net/connect.lua
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/doap.xml	Thu Aug 18 15:43:16 2022 +0100
+++ b/doc/doap.xml	Fri Aug 19 14:24:31 2022 +0200
@@ -60,6 +60,7 @@
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/>
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/>
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc7673"/>
+    <implements rdf:resource="https://www.rfc-editor.org/info/rfc8305"/>
     <implements rdf:resource="https://www.rfc-editor.org/info/rfc9266"/>
     <implements rdf:resource="https://datatracker.ietf.org/doc/draft-cridland-xmpp-session/">
       <!-- since=0.6.0 note=Added in hg:0bbbc9042361 -->
--- a/net/connect.lua	Thu Aug 18 15:43:16 2022 +0100
+++ b/net/connect.lua	Fri Aug 19 14:24:31 2022 +0200
@@ -3,7 +3,6 @@
 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