view plugins/mod_pep_plus.lua @ 14075:7a31775f1d7f

net.http.server: Ensure blocksize is an integer Mostly a pedantic thing but in Lua 5.3+ 2^16 is a float, which at the very least causes tostring() to behave differently, and floatyness is contagious...
author Kim Alvefur <zash@zash.se>
date Fri, 21 Nov 2025 21:40:29 +0100
parents 0462405b1cfb
children
line wrap: on
line source

module:log("error", "mod_pep_plus has been renamed to mod_pep, please update your config file. Auto-loading mod_pep...");
module:depends("pep");