This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
Open
Description
Expected behavior
client.Read should have the same semantic as an io.Reader when reaching the end of a file.
RRead does not contain an error code, but if its count is 0, we should assume we reached the end of file and return either (0, io.EOF) or (0, io.UnexpectedEOF)
Current behavior
Reading from the EOF, returns (0, nil)
Metadata
Assignees
Labels
No labels