diff http/src/luan/modules/http/shell.luan @ 504:dbdf4b8193a8

add Http.per_session()
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 21 May 2015 01:09:35 -0600
parents 92c3d22745b8
children 7bc63886d4f2
line wrap: on
line diff
--- a/http/src/luan/modules/http/shell.luan	Wed May 20 23:24:46 2015 -0600
+++ b/http/src/luan/modules/http/shell.luan	Thu May 21 01:09:35 2015 -0600
@@ -10,7 +10,7 @@
 
 local M = {}
 
-M.per_session = true
+Http.per_session(M)
 
 local history = {}
 M.env = {}