Treferwynd / transmission-remote-gtk

Automatically exported from code.google.com/p/transmission-remote-gtk
GNU General Public License v2.0
0 stars 0 forks source link

gzip support for curl #272

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A one liner:

curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "gzip, *");

should be added to get_curl() in trg_client.c

Saves something like 80% of the bandwidth for me.

Original issue reported on code.google.com by reardo...@gmail.com on 9 Feb 2015 at 11:48