Comparison

.luacheckrc @ 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
parent 13362:11e66ad894f0
child 13619:981bbe358771
comparison
equal deleted inserted replaced
13425:3cebb30e7503 13426:581899aef96f
159 159
160 "spec/core_moduleapi_spec.lua"; 160 "spec/core_moduleapi_spec.lua";
161 "spec/util_http_spec.lua"; 161 "spec/util_http_spec.lua";
162 "spec/util_ip_spec.lua"; 162 "spec/util_ip_spec.lua";
163 "spec/util_multitable_spec.lua"; 163 "spec/util_multitable_spec.lua";
164 "spec/util_rfc6724_spec.lua";
165 "spec/util_throttle_spec.lua"; 164 "spec/util_throttle_spec.lua";
166 165
167 "tools/ejabberd2prosody.lua"; 166 "tools/ejabberd2prosody.lua";
168 "tools/ejabberdsql2prosody.lua"; 167 "tools/ejabberdsql2prosody.lua";
169 "tools/erlparse.lua"; 168 "tools/erlparse.lua";