svn_ra_dav__parsed_request error handling
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-08-05 02:42:32 CEST
While reviewing /branches/1.2.x-get-locks I came across
err = svn_ra_dav__parsed_request(... &status_code ...);
/* Map status 501: Method Not Implemented to our not implemented error.
if (err && err->apr_err == SVN_ERR_UNSUPPORTED_FEATURE)
Note that status_code is checked before err. That could be a problem
I don't think it's feasible for callers to examine err to determine
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Aug 5 02:43:15 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.