aboutsummaryrefslogtreecommitdiffstats
path: root/net/http.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net/http.lua')
-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