Diff

net/http.lua @ 8195:3accfae91946

net.http: Remove duplicate 'request' entry
author Kim Alvefur <zash@zash.se>
date Fri, 07 Jul 2017 20:16:00 +0200
parent 8115:375cf924fce1
child 8196:bc2bcfa63b43
line wrap: on
line diff
--- 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