net.http: Remove duplicate 'request' entry
authorKim Alvefur <zash@zash.se>
Fri, 07 Jul 2017 20:16:00 +0200
changeset 8198 3accfae91946
parent 8197 ba9cd8447578
child 8199 bc2bcfa63b43
net.http: Remove duplicate 'request' entry
net/http.lua
--- a/net/http.lua	Thu Aug 24 21:51:11 2017 +0200
+++ b/net/http.lua	Fri Jul 07 20:16:00 2017 +0200
@@ -235,7 +235,6 @@
 			return new(setmetatable(new_options, { __index = options }));
 		end or new;
 		events = events.new();
-		request = request;
 	};
 	return http;
 end