mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 14:47:37 +03:00
mod_websocket: Silence luacheck warnings
This commit is contained in:
parent
7284b55cc0
commit
8a93612482
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
-- This project is MIT/X11 licensed. Please see the
|
||||
-- COPYING file in the source package for more information.
|
||||
--
|
||||
-- luacheck: ignore 431/log
|
||||
|
||||
module:set_global();
|
||||
|
||||
|
@ -130,7 +131,7 @@ local function filter_open_close(data)
|
|||
|
||||
return data;
|
||||
end
|
||||
function handle_request(event, path)
|
||||
function handle_request(event)
|
||||
local request, response = event.request, event.response;
|
||||
local conn = response.conn;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue