libs/table.lua

Sun, 06 Jun 2021 16:43:36 +0200

author
Kim Alvefur <zash@zash.se>
date
Sun, 06 Jun 2021 16:43:36 +0200
changeset 444
12c1be0044c6
parent 439
6fc73ad6b1d2
child 483
33d566513eb0
permissions
-rw-r--r--

client: Send whitespace keeplives

This is to prevent net.server from timing out connections.

439
6fc73ad6b1d2 util.table: Add fallback for the Prosody C module
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 return {pack = function(...) return {n = select("#", ...); ...} end; create = function() return {} end}

mercurial