Re: svn commit: r1555716 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2014-01-07 Thread Bert Huijben
The current code works in both scenarios (tested via buffersizes of just a few bytes, and a debugger verifyimg the corner cases, etc). But I doubt it is worth all the trouble. The file is null until something is spilled and from that point onwards everything is in the file (until the spill is em

Re: svn commit: r1555716 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2014-01-07 Thread Ivan Zhakov
On 7 January 2014 12:42, Bert Huijben wrote: > The current code works in both scenarios (tested via buffersizes of just a > few bytes, and a debugger verifyimg the corner cases, etc). But I doubt it > is worth all the trouble. The file is null until something is spilled and > from that point onwar

RE: svn commit: r1555716 -/subversion/trunk/subversion/libsvn_ra_serf/update.c

2014-01-07 Thread Bert Huijben
I used 128, 256 but didn't get a problem. The same values might also hit a corner case in the spill buffer. Will look at it in a few minutes. Bert -Original Message- From: "Ivan Zhakov" Sent: ‎7-‎1-‎2014 13:55 To: "Bert Huijben" Cc: "Subversion Development" Subject: Re: svn commit: r1