Mercurial > prosody-hg
view util/xpcall.lua @ 13991:0ff11f2e87cd
mod_csi_simple: Collect stats on why stanzas are held
To mirror flush reasons.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 07 Nov 2025 00:29:44 +0100 |
| parents | d10957394a3c |
| children |
line wrap: on
line source
local xpcall = xpcall; if select(2, xpcall(function (x) return x end, function () end, "test")) ~= "test" then xpcall = require"prosody.util.compat".xpcall; end return { xpcall = xpcall; };
