Mercurial Hosting > luan
changeset 571:cd944b010f25
fix Http_test
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 08 Jul 2015 23:10:52 -0600 |
parents | 2fb84a1ae981 |
children | f1601a4ce1aa |
files | http/src/luan/modules/http/Http_test.luan |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/http/src/luan/modules/http/Http_test.luan Wed Jul 08 23:05:56 2015 -0600 +++ b/http/src/luan/modules/http/Http_test.luan Wed Jul 08 23:10:52 2015 -0600 @@ -27,6 +27,7 @@ Http.response = Http.new_response{ text_writer = function() + Http.response.headers = nil M.result = Io.uri "string:" M.text_writer = M.result.text_writer() return M.text_writer