mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
net.websocket.frames: Ignore Lua 5.3-only fields [luacheck]
This commit is contained in:
parent
e2ef028b09
commit
6f1b772ce0
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ local t_concat = table.concat;
|
|||
local s_byte = string.byte;
|
||||
local s_char= string.char;
|
||||
local s_sub = string.sub;
|
||||
local s_pack = string.pack;
|
||||
local s_unpack = string.unpack;
|
||||
local s_pack = string.pack; -- luacheck: ignore 143
|
||||
local s_unpack = string.unpack; -- luacheck: ignore 143
|
||||
|
||||
if not s_pack and softreq"struct" then
|
||||
s_pack = softreq"struct".pack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue