mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
fix: uncompress -> compress (#1855)
Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: loverustfs <hello@rustfs.com>
This commit is contained in:
@@ -110,7 +110,7 @@ impl Index {
|
||||
io::ErrorKind::InvalidData,
|
||||
format!(
|
||||
"internal error: Earlier compressed received ({} > {})",
|
||||
latest.uncompressed_offset, uncompressed_offset
|
||||
latest.compressed_offset, compressed_offset
|
||||
),
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user