We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2f64c commit 7c377caCopy full SHA for 7c377ca
src/imap_stream.rs
@@ -273,8 +273,6 @@ impl<R: Read + Write + Unpin> Stream for ImapStream<R> {
273
}
274
loop {
275
this.buffer.ensure_capacity(this.decode_needs)?;
276
- this.buffer.ensure_capacity(64 * 1024)?; // FIXME: match the size needed for
277
- // decompression
278
let buf = this.buffer.free_as_mut_slice();
279
280
// The buffer should have at least one byte free
0 commit comments