Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 82275 invoked by uid 500); 6 Apr 2002 16:36:25 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 82262 invoked from network); 6 Apr 2002 16:36:25 -0000 Message-ID: <3CAF240A.2080305@cnet.com> Date: Sat, 06 Apr 2002 08:36:26 -0800 From: Brian Pane User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5) Gecko/20011011 X-Accept-Language: en-us MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: cvs commit httpd-2.0/modules/filters/mod_include.c References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Paul Reder wrote: > > Sorry for the lack of timeliness on responding to this. Our mailserver > has been > about to be back up any minute now for a couple of days. > > The test case that I ran was even more brutal than what your test > module does. > Basically I have a small piece of code that puts each byte in its own > bucket and > each bucket in its own brigade. > > Brian's patch will not handle this case because there is no next > bucket to point > tag_start_index at The next bucket in this case is the brigade sentinel, which is the same thing that send_parsed_content() would choose as the next bucket to scan if we escaped from find_start_sequence() with tag_start_index==NULL. > I was a little vague in my description of the problem. Basically, > if the