Thursday, November 12, 2009

NSURLConnection with compression

Great link here http://www.bigevilempire.com/codelog/entry/nsurlconnection-with-gzip/ about compressing NSURLConnection data with gzip. NSURLConnection also handles decompression behind the scenes. The only problem is it isn't turned on by default. This could have a massive impact when receiving large data sets or images.

No comments: