[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSData dataWithContentsOfURL
- Subject: NSData dataWithContentsOfURL
- From: denis at berlin.ccc.de (Denis Ahrens)
- Date: Mon Mar 22 06:17:16 2004
Hi
Is it possible that since 10.3.3 [NSData dataWithContentsOfURL:]
returns gzipped content when the server supports it? I never had a
problem before but now there is gzipped stuff in my NSData object and I
think this is not correct.
Its nice that the framework supports this encoding because it saves
some bytes of bandwidth. But how should I know that I need to
uncompress it or not. This should be handled by the framework (which is
not). I consider this a serious bug, because it breaks alot of existing
apps.
Can anyone here confirm this?
Denis