> 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