On 10 Apr 2001 [EMAIL PROTECTED] wrote:

>   +       e = apr_bucket_flush_create();
>   +       APR_BRIGADE_INSERT_TAIL(bb, e);
>   +       ap_pass_brigade(origin->output_filters, bb);
>   +       apr_brigade_cleanup(bb);

I had thought apr_brigade_cleanup() might be useful as a public function.
Glad to see you found a use for it.  I've got a patch for mod_include
lying around somewhere that removes a bunch of for/while loops and
replaces them with calls to apr_brigade_cleanup()...  need to dig it up
and apply it.  =-)

--Cliff

--------------------------------------------------------------
   Cliff Woolley
   [EMAIL PROTECTED]
   Charlottesville, VA


Reply via email to