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
commite415d25781157c1b69b2c2b26b7ce40209610132 (patch)
tree7def21644498abe0408ff7db24bb78f2fa0e478c /net
parentda6459157ddcebccf5d1cfb7e2148974ac84ded4 (diff)
parentbb47d9eed064a133cbfaafb0e4de1203fcd8c138 (diff)
downloadprosody-e415d25781157c1b69b2c2b26b7ce40209610132.tar.gz
prosody-e415d25781157c1b69b2c2b26b7ce40209610132.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");