--- parser3/src/targets/isapi/parser3isapi.C 2001/03/22 17:13:52 1.3 +++ 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; @@ -248,12 +247,7 @@ DWORD WINAPI HttpExtensionProc(LPEXTENSI // c:\windows root_auto_path=(char *)pool.malloc(MAX_STRING); GetWindowsDirectory(root_auto_path, MAX_STRING); -/* - char *fuck_it="fff"; - DWORD num_bytes=strlen(fuck_it);; - lpECB->WriteClient(lpECB->ConnID, fuck_it, &num_bytes, HSE_IO_SYNC); - return HSE_STATUS_SUCCESS; -*/ + // process the request request.core( root_auto_path, false/*may be abcent*/, // /path/to/admin/auto.p