diff --git a/main.fnl b/main.fnl index 4292bcf..1bd655d 100644 --- a/main.fnl +++ b/main.fnl @@ -29,8 +29,7 @@ (fn send-error [out code text] (out:write_headers - (make-headers code - { :content-type "text/plain" }) + (make-headers code { :content-type "text/plain" }) false) (out:write_chunk text true))