diff options
author | Kim Alvefur <zash@zash.se> | 2017-07-07 20:16:00 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-07-07 20:16:00 +0200 |
commit | 4590e4d9ee2a801805f168b52c1cc4ad67d7fb8d (patch) | |
tree | 769302f846a61bd5832550f5add185d0d65c57ab /net | |
parent | c67e6b25db879d987bfaa159796b6f2e48ebe80a (diff) | |
download | prosody-4590e4d9ee2a801805f168b52c1cc4ad67d7fb8d.tar.gz prosody-4590e4d9ee2a801805f168b52c1cc4ad67d7fb8d.zip |
net.http: Remove duplicate 'request' entry
Diffstat (limited to 'net')
-rw-r--r-- | net/http.lua | 1 |
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 |