This reverts commit b4c00ebe90.
This commit is contained in:
@@ -77,7 +77,7 @@ impl BlobStore {
|
||||
_ => return result,
|
||||
};
|
||||
|
||||
if range.end > decompressed.len() {
|
||||
if range.end >= decompressed.len() {
|
||||
Ok(Some(decompressed))
|
||||
} else {
|
||||
Ok(Some(
|
||||
|
||||
Reference in New Issue
Block a user