We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e964d4a commit 53dc87dCopy full SHA for 53dc87d
fastcdc/fastcdc_cy.pyx
@@ -35,7 +35,6 @@ def chunk_generator(stream, min_size, avg_size, max_size, fat, hf):
35
h = hf(blob[:cp]).hexdigest() if hf else ''
36
yield Chunk(offset, cp, raw, h)
37
offset += cp
38
- blob = blob[cp:]
39
40
41
@cython.boundscheck(False)
0 commit comments