| ... | @@ -233,7 +233,6 @@ pub const Decode = struct { | ... | @@ -233,7 +233,6 @@ pub const Decode = struct { |
| 233 | | 233 | |
| 234 | while (true) { | 234 | while (true) { |
| 235 | if (accum.len >= expected_unpacked_size) break; | 235 | if (accum.len >= expected_unpacked_size) break; |
| 236 | if (range_decoder.isFinished()) break; | | |
| 237 | switch (try ld.process(reader, allocating, accum, &range_decoder, &n_read)) { | 236 | switch (try ld.process(reader, allocating, accum, &range_decoder, &n_read)) { |
| 238 | .more => continue, | 237 | .more => continue, |
| 239 | .finished => break, | 238 | .finished => break, |