Software /
code /
prosody
Changeset
8731:6063f9211fd1
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 06 Apr 2018 01:43:44 +0200 |
parents | 8729:c519c778f2b2 (current diff) 8730:de74bc49385e (diff) |
children | 8732:863f66cdd1df |
files | net/http.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/net/http.lua Fri Apr 06 01:32:28 2018 +0200 +++ b/net/http.lua Fri Apr 06 01:43:44 2018 +0200 @@ -23,6 +23,7 @@ local tonumber, tostring, xpcall, traceback = tonumber, tostring, xpcall, debug.traceback; local error = error +local setmetatable = setmetatable; local log = require "util.logger".init("http");