--- parser3/src/targets/cgi/parser3.C 2001/05/24 10:17:06 1.91 +++ parser3/src/targets/cgi/parser3.C 2001/08/24 09:25:17 1.94 @@ -4,9 +4,8 @@ Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - - $Id: parser3.C,v 1.91 2001/05/24 10:17:06 parser Exp $ */ +static const char *RCSId="$Id: parser3.C,v 1.94 2001/08/24 09:25:17 parser Exp $"; #include "pa_config_includes.h" @@ -329,6 +328,9 @@ int main(int argc, char *argv[]) { if(!header_only) SAPI::send_body(pool, body, content_length); + if(!cgi) + SAPI::send_body(pool, "\n", 1); + // unsuccessful finish return 1; }