On Thu, 30 May 2002, Justin Erenkrantz wrote:

> The fact here is that not all buckets can be "read" such as EOS,
> flush, and error.

Sure they can.  They just contain zero data bytes.

> Perhaps these buckets should return an error
> if they are read?  Then, if a filter sees APR_ENOTIMPL, it can
> copy them over.  -- justin

No way.  *All* buckets can be read from, that's an important part of the
design.  Having to test for APR_ENOTIMPL all over the place would be a
major drag.

--Cliff

Reply via email to