Mark Zetts wrote:
>   Yes.  All the examples were helpful.
> 
>   What I meant to ask was, if I flatten a brigade (apr_brigade_pflatten) 
> of 5 buckets, 4K bytes each, can I then call apr_bucket_pool_create() 
> passing in the whole buffer or do I need to chunk the buffered data? 

httpd handles all chunking/dechunking - your module has nothing to do
unless you implement a protocol filter.

Reply via email to