On 31 May 2002 [EMAIL PROTECTED] wrote:

> rbb         2002/05/31 13:51:20
>
>   Modified:    buckets  apr_buckets_eos.c apr_buckets_file.c
>                         apr_buckets_flush.c apr_buckets_heap.c
>                         apr_buckets_mmap.c apr_buckets_pipe.c
>                         apr_buckets_pool.c apr_buckets_socket.c
>                include  apr_buckets.h
>   Log:
>   Make buckets advertise if they are filled with metadata or not.
>   Long-term, we most likely want to extend this so that buckets can have
>   more states than just "data" or "metadata".  For now, this is enough.


I'd much rather see this flag be in the apr_bucket_type_t than in the
apr_bucket.  As it is now, not only is it one more thing to have to set at
runtime, we'll now have to worry about making sure it's set right if we
want to morph.

--Cliff

Reply via email to