aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-04-06 01:43:44 +0200
committerKim Alvefur <zash@zash.se>2018-04-06 01:43:44 +0200
commitd01d132996c0d275ba20b6f660e9c1ccb55102fd (patch)
tree7def21644498abe0408ff7db24bb78f2fa0e478c /net
parent66db222b38dc2795feaaf0ad3452b3534dcfe443 (diff)
parent399f42a0034f61063330f05e486049e18efdc122 (diff)
downloadprosody-d01d132996c0d275ba20b6f660e9c1ccb55102fd.tar.gz
prosody-d01d132996c0d275ba20b6f660e9c1ccb55102fd.zip
Merge 0.10->trunk
Diffstat (limited to 'net')
-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");