When doping chunked multi-reads of a blob bigger than the max readsize,
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 20 Jun 2011 20:07:29 +0000 (06:07 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 20 Jun 2011 20:07:29 +0000 (06:07 +1000)
a read can sometimes span beyond the end of file.

In which case individual smal read chunks beyond the end of file will return OK, 0 bytes of data and EOF==1

For this case, trap when len==0 and ignore these chunks.
Do not update the read-count if / when len is 0.


No differences found