Diff

CHANGES @ 13426:581899aef96f

util.rfc6724: Remove, unused since introduction of Happy Eyeballs It was mainly used to determine whether to try IPv6 or IPv4 first, following the rules for this in the RFC. Now we always try IPv6 and IPv4 at roughly the same time, thus there no need to carry these rules.
author Kim Alvefur <zash@zash.se>
date Thu, 22 Feb 2024 19:46:52 +0100 (13 months ago)
parent 13415:f34b33cb1383
child 13471:afad3b2725bf
line wrap: on
line diff
--- a/CHANGES	Thu Feb 22 09:53:48 2024 +0000
+++ b/CHANGES	Thu Feb 22 19:46:52 2024 +0100
@@ -71,6 +71,7 @@
 
 - Lua 5.1 support
 - XEP-0090 support removed from mod_time
+- util.rfc6724
 
 0.12.0
 ======