Add missing new line separating http headers from body, thanks Nsz and Arg for pointing this regresion.
This commit is contained in:
parent
eccc6367bc
commit
64f9c5d208
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ fn werc_exec_request {
|
||||||
echo 'Content-Type: '^$http_content_type
|
echo 'Content-Type: '^$http_content_type
|
||||||
if(~ $REQUEST_METHOD HEAD)
|
if(~ $REQUEST_METHOD HEAD)
|
||||||
exit
|
exit
|
||||||
|
echo # End of HTTP headers
|
||||||
|
|
||||||
if(! ~ $#debug 0)
|
if(! ~ $#debug 0)
|
||||||
dprint $"SERVER_NAME^$"REQUEST_URI - $"HTTP_USER_AGENT - $"REQUEST_METHOD - $"handler_body_main - $"master_template
|
dprint $"SERVER_NAME^$"REQUEST_URI - $"HTTP_USER_AGENT - $"REQUEST_METHOD - $"handler_body_main - $"master_template
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue