> -----Original Message----- > From: kot...@apache.org [mailto:kot...@apache.org] > Sent: donderdag 24 augustus 2017 11:43 > To: comm...@subversion.apache.org > Subject: svn commit: r1806017 - > /subversion/trunk/subversion/libsvn_ra_serf/merge.c > > Author: kotkov > Date: Thu Aug 24 09:43:28 2017 > New Revision: 1806017 > > URL: http://svn.apache.org/viewvc?rev=1806017&view=rev > Log: > ra_serf: Prevent the server from generating and sending the full MERGE > response in cases when we don't require it. > > The full response is not required when working over HTTPv2 protocol. > When working over HTTPv1, it's only required when the new working copy > properties need to be stored as part of a commit (indicated by a non-null > svn_ra_push_wc_prop_func_t callback).
Nice catch! Does this affect performance enough that we should backport this fix? Bert