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

Re: [PATCH] ra_dav: Merge error reporting code from parsed_request() into svn_ra_dav__request_dispatch()

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-11-20 19:38:32 CET

On 11/19/06, Erik Huelsmann <ehuels@gmail.com> wrote:
> Please review the patch below:
> Move construction of error messages from parsed_request() to
> svn_ra_dav__request_dispatch() and other error checks. Then use
> svn_ra_dav__request_dispatch() in parsed_request() in order to
> harmonize error messages generated in response to HTTP requests.
>
> I need this patch later to integrate even more error handling into
> svn_ra_dav__request_dispatch(): for the request body provider and
> response reader functions.
>
> Log:
> [[[
> Harmonize HTTP request error user feedback.
>
> * subversion/libsvn_ra_dav/util.c
> (svn_ra_dav__request_dispatch): Use the decompressing error reader
> if ras->compression is TRUE. Copy error text generation from parsed_request().
> (parsed_request): Use svn_ra_dav__request_dispatch() instead of
> ne_request_dispatch(), removing everything now handled by
> svn_ra_dav__request_dispatch().
>
> ]]]

r22368.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 20 19:38:54 2006

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.