mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-09-08 13:04:26 +08:00
This reverts commit b4c00ebe90
.
This commit is contained in:
parent
d49a373102
commit
927576583d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ impl BlobStore {
|
|||
_ => return result,
|
||||
};
|
||||
|
||||
if range.end > decompressed.len() {
|
||||
if range.end >= decompressed.len() {
|
||||
Ok(Some(decompressed))
|
||||
} else {
|
||||
Ok(Some(
|
||||
|
|
Loading…
Add table
Reference in a new issue