From eb2175a2cdb9464a6052407f453ac0628bf60957 Mon Sep 17 00:00:00 2001 From: the lemons Date: Sat, 5 Feb 2022 15:27:49 -0600 Subject: fix bug wherein it doesn't cgi correctly --- zzcxz.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zzcxz.cgi b/zzcxz.cgi index 55eaced..4fede97 100755 --- a/zzcxz.cgi +++ b/zzcxz.cgi @@ -437,7 +437,7 @@ resp.status = resp.status or '200 OK' resp.headers = resp.headers or {} resp.headers['content-type'] = resp.content_type -print(resp.status) +print("status: "..resp.status) for k,v in pairs(resp.headers) do print(("%s: %s"):format(k, v)) end -- cgit v1.2.3