On Thu, Oct 14, 2021 at 11:17:11AM +0200, Ruediger Pluem wrote:
> On 10/14/21 10:59 AM, ic...@apache.org wrote:
> > -    
> > +
> > +    b = APR_BRIGADE_FIRST(bb);
> >      if (APR_BUCKET_IS_METADATA(b)) {
> >          APR_BUCKET_REMOVE(b);
> >          apr_bucket_setaside(b, beam->pool);
> >          H2_BLIST_INSERT_TAIL(&beam->buckets_to_send, b);
> >          *pwritten += (apr_off_t)b->length;
> 
> Are there meta buckets that have a length that is not zero?
> I mean is it even allowed to define meta buckets with a length != 0?

No, definitely not, all metadata buckets must have length = 0.


Reply via email to