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 19:19:02 UTC

svn commit: r1715232 - /subversion/trunk/subversion/libsvn_ra_serf/commit.c

Author: rhuijben
Date: Thu Nov 19 18:19:02 2015
New Revision: 1715232

URL: http://svn.apache.org/viewvc?rev=1715232&view=rev
Log:
* subversion/libsvn_ra_serf/commit.c
  (proppatch_resource): Properly set Content-Type header.

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

Modified: subversion/trunk/subversion/libsvn_ra_serf/commit.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/commit.c?rev=1715232&r1=1715231&r2=1715232&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/commit.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/commit.c Thu Nov 19 18:19:02 2015
@@ -841,6 +841,7 @@ proppatch_resource(svn_ra_serf__session_
 
   handler->body_delegate = create_proppatch_body;
   handler->body_delegate_baton = proppatch;
+  handler->body_type = "text/xml";
 
   handler->response_handler = svn_ra_serf__handle_multistatus_only;
   handler->response_baton = handler;