Nathan Moinvaziri

Results 433 comments of Nathan Moinvaziri

zlib-ng does not use asm and I think zlib recently removed most asm. If there is something you need from zlib-ng why not just use it?

It is an error in zlib's current CMake in their `master` branch. You can delete your temporary build files and try using: ```cmake cmake -S . -B build -DZLIB_TAG=develop ```

After applying the suggested fix, filtering stopped working for me. In order to fix it, in the lines above, I had to set the `dataOptions` like so: `settings.dataOptions = {...

See https://github.com/zlib-ng/zlib-ng/issues/1174.

1. Why doesn't cURL check for 200 or [206](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/206#:~:text=The%20HTTP%20206%20Partial%20Content,Range%20header%20of%20the%20request) http status code when resuming a content request? Without this PR, the code would return `CURLE_RANGE_ERROR`: ```c /* we wanted to...

This has been resolved in the develop branch.

@Dead2 have you had opportunity to look at this PR?