Re: svn commit: r1161767 - /httpd/httpd/trunk/modules/http/byterange_filter.c

2011-08-25 Thread Greg Ames
On Thu, Aug 25, 2011 at 5:43 PM, wrote: > > avoid inserting the same bucket into bbout twice, causing an endless loop > > --- httpd/httpd/trunk/modules/http/byterange_filter.c (original) > +++ httpd/httpd/trunk/modules/http/byterange_filter.c Thu Aug 25 21:43:32 > 2011 > @@ -195,8 +195,8 @@ stati

Re: svn commit: r1161767 - /httpd/httpd/trunk/modules/http/byterange_filter.c

2011-08-25 Thread Stefan Fritsch
On Friday 26 August 2011, Greg Ames wrote: > ? Isn't "copy" going to be a new bucket on each pass of the > while() loop? Suppose we have 3 buckets and need to split buckets > #1 and #3 to satisfy the range. We also need a copy of bucket #2 > in the output brigade. I don't see where it is happeni