--- parser3/src/classes/xdoc.C 2001/11/01 15:45:27 1.41 +++ parser3/src/classes/xdoc.C 2001/11/05 10:42:59 1.42 @@ -4,7 +4,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: xdoc.C,v 1.41 2001/11/01 15:45:27 paf Exp $ + $Id: xdoc.C,v 1.42 2001/11/05 10:42:59 paf Exp $ */ #include "pa_types.h" #include "classes.h" @@ -689,6 +689,9 @@ static void _transform(Request& r, const Exception::provide_source(pool, &stylesheet_file_name, e); } + // close + connection.close(); + // write out result VXdoc& result=*new(pool) VXdoc(pool, target, false/*owns not*/); r.write_no_lang(result);