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.105
> diff -u -r1.105 protocol.c
> --- server/protocol.c 7 Jun 2002 22:31:34 -0000       1.105
> +++ server/protocol.c 10 Jun 2002 18:33:54 -0000
> @@ -1033,7 +1033,10 @@
>  
>  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.

-- 
Jeff Trawick | [EMAIL PROTECTED]
Born in Roswell... married an alien...

Reply via email to