--- parser3/src/targets/isapi/parser3isapi.C 2001/09/06 06:11:13 1.38 +++ parser3/src/targets/isapi/parser3isapi.C 2001/09/15 13:34:33 1.40 @@ -5,7 +5,7 @@ Author: Alexander Petrosyan (http://design.ru/paf) */ -static const char *RCSId="$Id: parser3isapi.C,v 1.38 2001/09/06 06:11:13 parser Exp $"; +static const char *RCSId="$Id: parser3isapi.C,v 1.40 2001/09/15 13:34:33 parser Exp $"; #ifndef _MSC_VER # error compile ISAPI module with MSVC [no urge for now to make it autoconf-ed (PAF)] @@ -222,8 +222,9 @@ DWORD WINAPI HttpExtensionProc(LPEXTENSI SAPI_func_context ctx={ lpECB, 0, // filling later: so that if there would be error pool would have ctx - 200 + 200 // default http_response_code }; + //_asm int 3; pool.set_context(&ctx);// no allocations before this line! bool header_only=strcasecmp(lpECB->lpszMethod, "HEAD")==0;