diff src/luan/modules/http/Implementation.luan @ 1166:7ef40e1923b7

add back Thread.global allow metatables to have metatables
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 08 Feb 2018 02:22:51 -0700
parents 1f9d34a6f308
children
line wrap: on
line diff
--- a/src/luan/modules/http/Implementation.luan	Wed Feb 07 23:16:12 2018 -0700
+++ b/src/luan/modules/http/Implementation.luan	Thu Feb 08 02:22:51 2018 -0700
@@ -1,4 +1,4 @@
 return {
---	luan = "luan:http/jetty/"
-	luan = "luan:http/impl/"
+	luan = "luan:http/jetty/"
+--	luan = "luan:http/impl/"
 }