changeset 266:4dca283b9b74

add Http.response.headers for testing git-svn-id: https://luan-java.googlecode.com/svn/trunk@267 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Wed, 29 Oct 2014 16:31:48 +0000
parents 454a486d9c19
children 1507149fc447
files web/src/luan/modules/web/Http.luan
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/web/src/luan/modules/web/Http.luan	Wed Oct 29 16:26:42 2014 +0000
+++ b/web/src/luan/modules/web/Http.luan	Wed Oct 29 16:31:48 2014 +0000
@@ -48,6 +48,8 @@
 			response.redirect = url
 		end;
 
+		headers = {};
+
 	}
 
 end