File

plugins/mod_unknown.lua @ 11743:856dada099fa

net.server_epoll: Split, attempt to clarify dirty noise message Only relevant because a "dirty" connection (with incoming data in LuaSocket's buffer) does not count as "readable" according to epoll, so special care needs to be taken to keep on processing it.
author Kim Alvefur <zash@zash.se>
date Mon, 16 Aug 2021 20:15:38 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform