mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
parent
393ab07c7c
commit
ebd1759741
|
@ -76,7 +76,7 @@ func (c *ChunkReadAt) ReadAt(p []byte, offset int64) (n int, err error) {
|
|||
n += readCount
|
||||
err = readErr
|
||||
if readCount == 0 {
|
||||
return n, nil
|
||||
return n, io.EOF
|
||||
}
|
||||
}
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue