From 6ee1c760a506ab296cfb21cf206793cb63ff4593 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sat, 10 Sep 2022 14:20:43 -0600 Subject: [PATCH] Fixed bad headers --- back/lib/http_res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/back/lib/http_res b/back/lib/http_res index 2ce45df..b67605f 100755 --- a/back/lib/http_res +++ b/back/lib/http_res @@ -25,5 +25,5 @@ elif [ "${2}" == '' ] fi # Send response -printf "${status}${content_type}\nDate:$(date)\n${body}\n">>"${LOGFILE}" -printf "${status}${content_type}\nDate:$(date)\n${body}\n" \ No newline at end of file +printf "${status}${content_type}Date:$(date)\n\n${body}\n">>"${LOGFILE}" +printf "${status}${content_type}Date:$(date)\n\n${body}\n"