Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rare case of UDP download failing to decompress.
If inflate() produces exactly sizeof(buffer) output, progress may not be possible if all input has been consumed. As per zlib usage example, Z_BUF_ERROR must be ignored in this case.
- Loading branch information