Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Set compression to curl defaults
While zlib is mandatory for transmission, it is not mandatory for curl. A libcurl that has been compiled with no support for zlib will return no data if compressed responses are set to on. In the basic case this prevents the port checking functionality from working properly. It also prevents web seeding from working as well.
- Loading branch information