diff src/luan/modules/http/Implementation.luan @ 1164:1f9d34a6f308

remove assertions
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 07 Feb 2018 17:36:38 -0700
parents fef8f0742da9
children 7ef40e1923b7
line wrap: on
line diff
--- a/src/luan/modules/http/Implementation.luan	Tue Feb 06 22:04:47 2018 -0700
+++ b/src/luan/modules/http/Implementation.luan	Wed Feb 07 17:36:38 2018 -0700
@@ -1,4 +1,4 @@
 return {
-	luan = "luan:http/jetty/"
---	luan = "luan:http/impl/"
+--	luan = "luan:http/jetty/"
+	luan = "luan:http/impl/"
 }