You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Bill Stoddard <bi...@wstoddard.com> on 2001/02/09 15:47:39 UTC

Re: cvs commit: apr-util/include apr_buckets.h

> rbb         01/02/08 22:19:44
> 
>   Modified:    buckets  apr_brigade.c
>                include  apr_buckets.h
>   Log:
>   Allow brigades to buffer data natively with apr_brigade_write,
>   apr_brigade_puts, etc.  This uses a heap bucket to store the data at the
>   end of the brigade.  If the bucket overflows, then we call the flush
>   function that is passed in to flush the brigade to the correct location.
>   Submitted by: Ryan Bloom and Greg Stein
>   

WooHoo!!! 

Bill