On 07/10/2007 09:27 PM, Greg Ames wrote:
> no objections in principle to your suggested changes. but in practice, I
> don't see where an error bucket gets flagged as metadata. seems like they
> should be.
How about lines 67 - 74 in error_bucket.c?
AP_DECLARE_DATA const apr_bucket_type_t ap_bucket_type_error = {
"ERROR", 5, APR_BUCKET_METADATA,
error_bucket_destroy,
error_bucket_read,
apr_bucket_setaside_notimpl,
apr_bucket_split_notimpl,
apr_bucket_shared_copy
};
AFAICT this defines an error bucket as a meta data bucket.
Regards
RĂ¼diger