Software /
code /
prosody-modules
Diff
mod_statistics_statsman/mod_statistics_statsman.lua @ 3169:5d58bdbfe024
mod_statistics_statsman: Ignore that we discard incoming data [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 02 Jul 2018 22:45:11 +0200 |
parent | 3158:2558ece20e58 |
child | 3170:c7773ea263d0 |
line wrap: on
line diff
--- a/mod_statistics_statsman/mod_statistics_statsman.lua Mon Jul 02 13:13:23 2018 +0100 +++ b/mod_statistics_statsman/mod_statistics_statsman.lua Mon Jul 02 22:45:11 2018 +0200 @@ -87,7 +87,8 @@ conn:write("\n"); -- Signal end of first batch (for non-streaming clients) end -function listener.onincoming(conn, data) +function listener.onincoming(conn, data) -- luacheck: ignore 212 + -- Discarded end function listener.ondisconnect(conn)