fix remote err && lock err

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2024-12-30 11:38:36 +08:00
parent f52882ede6
commit c749cda90d
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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?;