diff src/luan/modules/http/Http.luan @ 1102:b1c3baf3aa46

minor fix
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 04 Jun 2017 19:26:27 -0600
parents bae2d0c2576c
children 8c999ab85e33
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