File

plugins/mod_windows.lua @ 11023:a59b37b03eca

mod_net_multiplex: Read no more than the max buffer size setting Otherwise the '*a' read mode applies, which under certain circumstances can read infinite amounts of data into memory.
author Kim Alvefur <zash@zash.se>
date Sun, 02 Aug 2020 00:22:57 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Windows platform stub
module:set_global();

-- TODO Add Windows-specific things here