Comment 4 for bug 1091269

Revision history for this message
Michael Terry (mterry) wrote : Re: Data corruption when resuming with --no-encryption option

I don't understand why this patch would fix the bug. It looks like it just means that we always call next() with exactly 128*1024, whereas before this patch, we might call it with anything from 32*1024 to 128*1024.