Add missing new line separating http headers from body, thanks Nsz and Arg for pointing this regresion.

This commit is contained in:
Uriel 2009-03-21 21:08:49 +01:00
parent eccc6367bc
commit 64f9c5d208

View file

@ -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