Browse Source
When generating a torrent, we need to get the SHA1 hash of each chunk of the file. Because we stream the data for S3, Read doesn't always fill the chunk buffer, so to fix this, we can use ReadFull.pull/156/head
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue