"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);
> > > +    }
> > >  }
> > 
> > It probably should have been added here back in Sept 2000 when you
> > added the check to ap_finalize_request_protocol().  I'll add it for
> > the subrequest path now.
> 
> Yeah, it should have been added at the same time.

weird that it went for so long without being noticed...

Thanks for the sanity checking...
-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to