From 64f9c5d208d773c87bdb572ec2a5f500d026a1f0 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sat, 21 Mar 2009 21:08:49 +0100 Subject: [PATCH] Add missing new line separating http headers from body, thanks Nsz and Arg for pointing this regresion. --- bin/werc.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/werc.rc b/bin/werc.rc index 75aa157..d1cfe6c 100755 --- a/bin/werc.rc +++ b/bin/werc.rc @@ -114,6 +114,7 @@ fn werc_exec_request { echo 'Content-Type: '^$http_content_type if(~ $REQUEST_METHOD HEAD) exit + echo # End of HTTP headers if(! ~ $#debug 0) dprint $"SERVER_NAME^$"REQUEST_URI - $"HTTP_USER_AGENT - $"REQUEST_METHOD - $"handler_body_main - $"master_template