changeset 1102:b1c3baf3aa46

minor fix
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 04 Jun 2017 19:26:27 -0600
parents 14ffce5bb894
children 1fcf5c25b3bd
files src/luan/modules/http/Http.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/luan/modules/http/Http.luan	Fri Jun 02 16:42:15 2017 -0600
+++ b/src/luan/modules/http/Http.luan	Sun Jun 04 19:26:27 2017 -0600
@@ -36,7 +36,7 @@
 	end
 end
 
-local function sent_error()
+local function sent_error(_,_,_)
 	error "headers are not accessible after you start writing content"
 end