From ddd479afe2cd93fde00b6966c54b83e2bf3bcaff Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 22 Feb 2024 19:46:52 +0100 Subject: 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. --- .luacheckrc | 1 - 1 file changed, 1 deletion(-) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index 6eb4c526..90e18ce5 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -161,7 +161,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "spec/util_http_spec.lua"; "spec/util_ip_spec.lua"; "spec/util_multitable_spec.lua"; - "spec/util_rfc6724_spec.lua"; "spec/util_throttle_spec.lua"; "tools/ejabberd2prosody.lua"; -- cgit v1.2.3