aboutsummaryrefslogtreecommitdiffstats
path: root/net/websocket/frames.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net/websocket/frames.lua')
-rw-r--r--net/websocket/frames.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/websocket/frames.lua b/net/websocket/frames.lua
index b5aebb40..c3333020 100644
--- a/net/websocket/frames.lua
+++ b/net/websocket/frames.lua
@@ -16,6 +16,7 @@ local bor = bit.bor;
local bxor = bit.bxor;
local lshift = bit.lshift;
local rshift = bit.rshift;
+local unpack = table.unpack or unpack; -- luacheck: ignore 113
local t_concat = table.concat;
local s_byte = string.byte;