aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-07-07 20:16:00 +0200
committerKim Alvefur <zash@zash.se>2017-07-07 20:16:00 +0200
commit10d48f1bad15b74de952aa8ce51d04ad60861c64 (patch)
tree769302f846a61bd5832550f5add185d0d65c57ab /net
parenta15830f3784e1314848f6cea9d2302edb89b4d7b (diff)
downloadprosody-10d48f1bad15b74de952aa8ce51d04ad60861c64.tar.gz
prosody-10d48f1bad15b74de952aa8ce51d04ad60861c64.zip
net.http: Remove duplicate 'request' entry
Diffstat (limited to 'net')
-rw-r--r--net/http.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http.lua b/net/http.lua
index d820e471..cce363ae 100644
--- a/net/http.lua
+++ b/net/http.lua
@@ -235,7 +235,6 @@ local function new(options)
return new(setmetatable(new_options, { __index = options }));
end or new;
events = events.new();
- request = request;
};
return http;
end