diff options
author | Kim Alvefur <zash@zash.se> | 2018-02-28 20:06:26 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-02-28 20:06:26 +0100 |
commit | 43b814a83bc1e20d15d3cd38ddcf108d8e3ca356 (patch) | |
tree | 0f24fe5bf868191f9e33931f28c9db16e098d2bb /net/httpserver.lua | |
parent | 8e377a8d5586e64f4c75e0b40e7b84de6e2a7972 (diff) | |
download | prosody-43b814a83bc1e20d15d3cd38ddcf108d8e3ca356.tar.gz prosody-43b814a83bc1e20d15d3cd38ddcf108d8e3ca356.zip |
vairious: Add annotation when an empty environment is set [luacheck]
Diffstat (limited to 'net/httpserver.lua')
-rw-r--r-- | net/httpserver.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/httpserver.lua b/net/httpserver.lua index 56561306..f77b3dac 100644 --- a/net/httpserver.lua +++ b/net/httpserver.lua @@ -3,6 +3,7 @@ local log = require "util.logger".init("net.httpserver"); local traceback = debug.traceback; local _ENV = nil; +-- luacheck: std none function fail() log("error", "Attempt to use legacy HTTP API. For more info see https://prosody.im/doc/developers/legacy_http"); |