net/http.lua
changeset 8199 bc2bcfa63b43
parent 8198 3accfae91946
child 8200 55826e29c719
--- a/net/http.lua	Fri Jul 07 20:16:00 2017 +0200
+++ b/net/http.lua	Fri Jul 07 20:30:52 2017 +0200
@@ -245,6 +245,7 @@
 	request = function (u, ex, callback)
 		return default_http:request(u, ex, callback);
 	end;
+	default = default_http;
 	new = new;
 	events = default_http.events;
 	-- COMPAT