net/httpserver.lua
changeset 8558 4f0f5b49bb03
parent 7362 a5a080c12c96
child 8682 adc17a2bd6fd
--- a/net/httpserver.lua	Wed Feb 28 18:12:20 2018 +0100
+++ b/net/httpserver.lua	Wed Feb 28 20:06:26 2018 +0100
@@ -3,6 +3,7 @@
 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");