--- parser3/src/targets/isapi/parser3isapi.C 2004/07/30 10:55:22 1.92 +++ parser3/src/targets/isapi/parser3isapi.C 2005/11/22 12:48:40 1.95 @@ -1,11 +1,11 @@ /** @file Parser: IIS extension. - Copyright (c) 2000,2001-2004 ArtLebedev Group (http://www.artlebedev.com) + Copyright (c) 2000,2001-2005 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char * const IDENT_PARSER3ISAPI_C="$Date: 2004/07/30 10:55:22 $"; +static const char * const IDENT_PARSER3ISAPI_C="$Date: 2005/11/22 12:48:40 $"; #ifndef _MSC_VER # error compile ISAPI module with MSVC [no urge for now to make it autoconf-ed (PAF)] @@ -317,6 +317,9 @@ BOOL WINAPI TerminateExtension( @test PARSER_VERSION from outside */ +#ifndef PA_DEBUG_DISABLE_GC +extern long GC_large_alloc_warn_suppressed; +#endif void real_parser_handler(SAPI_Info& SAPI_info, bool header_only) { // collect garbage from prev request @@ -326,6 +329,7 @@ void real_parser_handler(SAPI_Info& SAPI GC_dont_gc=0; GC_gcollect(); GC_dont_gc=saved; + GC_large_alloc_warn_suppressed=0; } #endif @@ -390,7 +394,7 @@ void real_parser_handler(SAPI_Info& SAPI snprintf(config_filespec, MAX_STRING, "%s/%s", beside_binary_path, AUTO_FILE_NAME); - bool fail_on_config_read_problem=entry_exists(config_filespec); + bool fail_on_config_read_problem=true;//entry_exists(config_filespec); // process the request request.core(