On Thu, 20 Dec 2001, Cliff Woolley wrote: > apr_bucket_brigade *bb = apr_brigade_create(r->pool); > apr_bucket *b = apr_bucket_pipe_create(thepipe); > APR_BRIGADE_INSERT_TAIL(bb, b); > ap_pass_brigade(bb);
That last line should have been ap_pass_brigade(r->output_filters, bb); --Cliff -------------------------------------------------------------- Cliff Woolley [EMAIL PROTECTED] Charlottesville, VA
