]> granicus.if.org Git - transmission/commit
Set compression to curl defaults
authorRosen Penev <rosenp@gmail.com>
Tue, 30 Jan 2018 21:56:24 +0000 (13:56 -0800)
committerRosen Penev <rosenp@gmail.com>
Thu, 1 Feb 2018 04:59:01 +0000 (20:59 -0800)
commita3ef28bd681e8abf2ee4a6d90ac2218ccffa82c7
treea19f152435c33362635f778ee7ef6abdab29eb05
parent7669c97e12d48334de59929cb18ed5fbf843d726
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.
libtransmission/web.c