Preventing Automatic Gzip Decompression with NSURLConnection?
Preventing Automatic Gzip Decompression with NSURLConnection?
- Subject: Preventing Automatic Gzip Decompression with NSURLConnection?
- From: Andrew Lindesay <email@hidden>
- Date: Fri, 19 Dec 2008 08:22:29 +1300
Hello;
I have figured out that NSURLConnection is decompressing data when the
header "Content-Encoding" is equal to "gzip". Fair enough and
probably quite handy, but I would like to stop it doing this as I
would like to show a progress bar for a download and if the data is
being automatically decompressed then I can't see how far through the
process it is. Is there a means to repress the automatic
decompression of this data as it comes down?
cheers.
___
Andrew Lindesay
www.lindesay.co.nz
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden