Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Aug 28, 2023
1 parent d35b5ef commit 81a04b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imap_stream.rs
Expand Up @@ -207,7 +207,7 @@ impl Buffer {
"incoming data too large",
))
} else {
self.block.reserve(new_size);
self.block.resize(new_size, 0);
Ok(())
}
}
Expand Down

0 comments on commit 81a04b9

Please sign in to comment.