--- parser3/src/targets/isapi/parser3isapi.C 2001/03/22 17:27:13 1.4 +++ parser3/src/targets/isapi/parser3isapi.C 2001/03/22 18:29:14 1.5 @@ -6,8 +6,6 @@ #include #include -#include -#include #include "pa_globals.h" #include "pa_request.h" @@ -121,6 +119,7 @@ static void send_header(Pool& pool) { header_info.cchStatus=strlen(header_info.pszStatus); header_info.pszHeader=ctx.header->cstr(); header_info.cchHeader=ctx.header->size(); + header_info.fKeepConn=true; ctx.lpECB->dwHttpStatusCode=ctx.http_response_code;