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

Re: [PATCH] Augment the awful "200 OK" error message when can't connect to repository

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 11 Jan 2010 10:29:42 +0000

Ivan Zhakov <ivan_at_visualsvn.com> writes:

> - return ne_xml_parse(pwb->parser, data, len);
> + parser_status = ne_xml_parse(pwb->parser, data, len);
> + if (parser_status)
> + {
> + /* Pass XML parser error. */
> + ne_set_error(pwb->req->ne_sess, "%s", ne_xml_get_error(pwb->parser));
> + }
> +
> + return parser_status;

There's another call to ne_xml_parse in that file, in
parse_spool_file. Should we make the same change there?

-- 
Philip
Received on 2010-01-11 11:30:21 CET

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.