Software /
code /
prosody
File
spec/util_poll_spec.lua @ 10806:24e2b571d29a
mod_csi_simple: Refactor to allow logging reason for buffer flush
Same style as mod_mam and mod_carbons allows easy comparison.
BC: Log format changes
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 07 May 2020 21:55:29 +0200 |
parent | 9316:4aa522b9e1c4 |
child | 12400:728d1c1dc7db |
line wrap: on
line source
describe("util.poll", function () it("loads", function () require "util.poll" end); end);