Re: how many EOS buckets should a filter expect? (subrequest, PR 9644)

2002-06-10 Thread Jeff Trawick
"Ryan Bloom" <[EMAIL PROTECTED]> writes: > > > void ap_finalize_sub_req_protocol(request_rec *sub) > > > { > > > -end_output_stream(sub); > > > +/* tell the filter chain there is no more content coming */ > > > +if (!sub->eos_sent) { > > > +end_output_stream(sub); > > > +

RE: how many EOS buckets should a filter expect? (subrequest, PR 9644)

2002-06-10 Thread Ryan Bloom
> From: [EMAIL PROTECTED] [mailto:trawick@rdu88-251- > Jeff Trawick <[EMAIL PROTECTED]> writes: > > > I suspect you're talking about this line of code which doesn't exist > > in CVS: > > > > Index: server/protocol.c > > === > > RCS

Re: how many EOS buckets should a filter expect? (subrequest, PR 9644)

2002-06-10 Thread Jeff Trawick
Jeff Trawick <[EMAIL PROTECTED]> writes: > I suspect you're talking about this line of code which doesn't exist > in CVS: > > Index: server/protocol.c > === > RCS file: /home/cvs/httpd-2.0/server/protocol.c,v > retrieving revision 1

Re: how many EOS buckets should a filter expect? (subrequest, PR 9644)

2002-06-10 Thread Jeff Trawick
"Ryan Bloom" <[EMAIL PROTECTED]> writes: > > From: [EMAIL PROTECTED] [mailto:trawick@rdu88-251- > > > > Initially I would think that a filter should see at most one EOS. > > mod_ext_filter doesn't have logic to ignore subsequent ones, resulting > > in a superfluous error message from a failed sy

RE: how many EOS buckets should a filter expect? (subrequest, PR 9644)

2002-06-10 Thread Ryan Bloom
> From: [EMAIL PROTECTED] [mailto:trawick@rdu88-251- > > Initially I would think that a filter should see at most one EOS. > mod_ext_filter doesn't have logic to ignore subsequent ones, resulting > in a superfluous error message from a failed syscall when it tries to > re-do some cleanup when it