518512 / transmisson-remote-gui

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

gzip compression for data #506

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Transmission supports gzip compression for json data. Enabling gzip compression 
for json structures will improve data transfer speed and reduce amount of data 
transfer apx. by 6 times.

Enabling gzip compresion can be done by adding "Accept-Encoding: gzip" line to 
http request header.

Original issue reported on code.google.com by mrsa...@gmail.com on 5 Jan 2012 at 11:45

GoogleCodeExporter commented 9 years ago
This would be very nice for me personally, because i run remote-gui over a very 
slow connection with 1000+ torrents in transmission-daemon.

Besides, sounds like it isn't that hard to implement: just add one extra line 
to every HTTP request.

Original comment by fullblas...@gmail.com on 28 Oct 2012 at 2:13

GoogleCodeExporter commented 9 years ago
Hi,

Transmission Remote GUI supports gzip compression from initial version.
With additional optimizing of request/resonse data fields it makes
Transmission Remote GUI one of the fastest application for slow mobile
connections.

Original comment by mrsa...@gmail.com on 29 Oct 2012 at 6:52