File

plugins/mod_pep_plus.lua @ 13505:a97c11584042 0.12

net.http: Throw error if missing TLS context for HTTPS request Prevents the mistake of creating a http context without any TLS context and then trying to use HTTPS, which doesn't work right. Thanks nils
author Kim Alvefur <zash@zash.se>
date Thu, 08 Aug 2024 19:18:22 +0200
parent 9074:0462405b1cfb
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");