On Sat, Apr 28, 2001 at 09:12:16PM -0700, [EMAIL PROTECTED] wrote: > > You can't do it there. by this time, the request_rec's pool is dead, and > the file is closed. We need a loop at the end of the core_output_filter > that just does the conversion to a heap bucket.
Really? I thought the request pool was still around. check_pipeline_flush uses r->pool. Okay, I'll add it to core_output_filter then. -- justin
