Files
Kushal Agrawal 4f7543a2a0 Added chunked data together in database read
While extracting zip and saving it in database, if any of the fize size
is biggger than 65535 it is getting truncated during save.
It is because of the data which is a LimitingReader object has
BlobIterator as internal content iterator which has internal
chunk limit of 65535.

Change-Id: I3220abcd7cbc38db821478989c4c226a6f3366b5
closes-bug: #1821866
2019-03-27 17:06:33 +05:30
..
2016-08-05 18:59:44 +03:00