Ryan Bloom wrote:

>On Monday 26 November 2001 09:28 am, Brian Pane wrote:
>
[...]

>>* If we end up in the concatenation again during the foreach loop
>>  through the brigade, add the small buckets to the end of the
>>  previously allocated heap bucket.  If the heap bucket size is
>>  about to exceed 8KB, stop.
>>
>
>This should be done by moving the first bucket into a separate brigade
>and using the brigade_write functions again.
>

Thanks for the pointer; using apr_brigade_write for this will make the
code a lot cleaner.  I'll implement this later today if nobody beats
me to it.

--Brian



Reply via email to