diff src/luan/modules/http/Http.luan @ 1154:bbad9a21277c

remove Http.run_later
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 04 Feb 2018 20:34:56 -0700
parents 1f4da56abd4f
children 3839ecc130ea
line wrap: on
line diff
--- a/src/luan/modules/http/Http.luan	Sun Feb 04 20:01:23 2018 -0700
+++ b/src/luan/modules/http/Http.luan	Sun Feb 04 20:34:56 2018 -0700
@@ -160,6 +160,4 @@
 	end
 end
 
-Http.run_later = HttpServicer.run_later
-
 return Http