fix: Fix COMPRESSION typo, correct DIGEST log tag, and refactor mode_update cloning
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
eaeb83f12e
commit
e7496b8978
@@ -97,7 +97,7 @@ pub trait CompressionEngine {
|
||||
loop {
|
||||
let n = reader.read(&mut buffer[..libc::BUFSIZ as usize])?;
|
||||
if n == 0 {
|
||||
debug!("COMPREESSION: EOF");
|
||||
debug!("COMPRESSION: EOF");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user