mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-10 15:16:56 +00:00
Merge pull request #195 from rustfs/wip-dandan
fix remote err && lock err
This commit is contained in:
@@ -1561,7 +1561,7 @@ impl Reader for RemoteFileReader {
|
||||
path: self.path.to_string(),
|
||||
offset: offset.try_into().unwrap(),
|
||||
// length: length.try_into().unwrap(),
|
||||
length: 0,
|
||||
length: buf.len().try_into().unwrap(),
|
||||
};
|
||||
self.tx.send(request).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user