You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/11/19 21:16:53 UTC

svn commit: r1715262 - /subversion/trunk/subversion/libsvn_ra_serf/replay.c

Author: rhuijben
Date: Thu Nov 19 20:16:52 2015
New Revision: 1715262

URL: http://svn.apache.org/viewvc?rev=1715262&view=rev
Log:
* subversion/libsvn_ra_serf/replay.c
  (svn_ra_serf__replay_range): Set Content-Type on report request, just like
    in svn_ra_serf__replay().

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

Modified: subversion/trunk/subversion/libsvn_ra_serf/replay.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/replay.c?rev=1715262&r1=1715261&r2=1715262&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/replay.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/replay.c Thu Nov 19 20:16:52 2015
@@ -758,6 +758,7 @@ svn_ra_serf__replay_range(svn_ra_session
           handler->path = replay_target;
           handler->body_delegate = create_replay_body;
           handler->body_delegate_baton = rev_ctx;
+          handler->body_type = "text/xml";
 
           handler->done_delegate = replay_done;
           handler->done_delegate_baton = rev_ctx;