Log Message: |
Stop ignoring xml parser errors in three places in ra_serf. These parse errors
might be caused by broken network requests, or requests that should have had a
body. In all cases ignoring the parser errors made true errors hard to detect.
* subversion/libsvn_ra_serf/util.c
(inject_to_parser,
svn_ra_serf__process_pending,
svn_ra_serf__handle_xml_parser): Properly handle xml parser errors.
|