You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2012/05/13 07:36:02 UTC

svn commit: r1337782 - /subversion/trunk/subversion/libsvn_ra_serf/util.c

Author: gstein
Date: Sun May 13 05:36:01 2012
New Revision: 1337782

URL: http://svn.apache.org/viewvc?rev=1337782&view=rev
Log:
Leave a future todo marker.

* subversion/libsvn_ra_serf/util.c:
  (expat_response_handler): leave a todo to check for early termination

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/util.c

Modified: subversion/trunk/subversion/libsvn_ra_serf/util.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/util.c?rev=1337782&r1=1337781&r2=1337782&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/util.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/util.c Sun May 13 05:36:01 2012
@@ -2395,6 +2395,10 @@ expat_response_handler(serf_request_t *r
 
           apr_pool_cleanup_run(ectx->cleanup_pool, &ectx->parser,
                                xml_parser_cleanup);
+
+          /* ### should check XMLCTX to see if it has returned to the
+             ### INITIAL state. we may have ended early...  */
+
           return svn_error_wrap_apr(status, NULL);
         }
     }