I'm using NSURLSession's dataTaskWithRequest to download a file. It's gzipped, and it is automatically decompressed. However, I don't want it to be - I want the gzipped source. Is there any way to disable decompression?
from NSURLSession - download and do *not* decompress gzip?
No comments:
Post a Comment