Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
I just saw Issue 112, it is a duplicate of that issue
Original comment by mcd...@mcdull.us
on 20 Nov 2013 at 11:12
Fixed
Note: in the last chunk, the end value must be equal to the total size
Original comment by lemordan...@gmail.com
on 8 Jan 2014 at 3:05
Current implementation is limited to chunks of size
MsrpConstants.CHUNK_MAX_SIZE which is a local value (although taken from RCSe
implementation guideline). I would suggest to use a rather dynamic buffer size
which equals to the total size of the whole message.
Original comment by andreas-...@telekom.de
on 28 Jan 2014 at 9:35
I'll provide a change as proposed by Philippe yesterday which will be a mixture
of a dynamic buffer size (coming from the real file size) and a fallback to a
fixed buffer size if that would lead to an out of memory exception.
Original comment by andreas-...@telekom.de
on 30 Jan 2014 at 7:46
Original issue reported on code.google.com by
mcd...@mcdull.us
on 15 Nov 2013 at 10:10