aboutsummaryrefslogtreecommitdiffstats
path: root/net/http.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net/http.lua')
-rw-r--r--net/http.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/http.lua b/net/http.lua
index 997c8d7e..6e5ad67c 100644
--- a/net/http.lua
+++ b/net/http.lua
@@ -23,6 +23,7 @@ local pairs = pairs;
local tonumber, tostring, xpcall, traceback =
tonumber, tostring, xpcall, debug.traceback;
local error = error
+local setmetatable = setmetatable;
local log = require "util.logger".init("http");