[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] issue 2154 - svn blame on a directory over DAV does not return gracefully

From: VK Sameer <sameer_at_collab.net>
Date: 2005-02-26 04:46:49 CET

On Fri, 2005-02-25 at 21:28, Justin Erenkrantz wrote:
> --On Friday, February 25, 2005 3:11 PM +0530 VK Sameer <sameer@collab.net>
> wrote:
>
> > The question is why the goto cleanup: blows away the 500 status and picks up the default
> > 200 status. I also don't see why a 0 is being returned in the http body.
>
> No, it's that the cleanup branch calls ap_fflush. flush will tell httpd to
> write the HTTP headers out and that includes whatever r->status is at that
> particular time. When we call convert_err, we don't immediately set r->status
> right then - so r->status remains 0.

Ah, I see.

> Hence, HTTP status 200 is returned.
>
> So, your patch is fine as we don't want to call flush. -- justin

OK, thanks for the explanation.
Sameer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 26 04:47:57 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.