<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: NSURLConnection gzip magic</title>
	<atom:link href="http://blog.mro.name/2009/06/nsurlconnection-gzip-magic/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mro.name/2009/06/nsurlconnection-gzip-magic/</link>
	<description>Marcus Rohrmoser mobile Software</description>
	<lastBuildDate>Fri, 20 Jan 2012 10:24:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: NSUrlRequest: where an app can find the default headers for HTTP request? - Programmers Goodies</title>
		<link>http://blog.mro.name/2009/06/nsurlconnection-gzip-magic/comment-page-1/#comment-21962</link>
		<dc:creator>NSUrlRequest: where an app can find the default headers for HTTP request? - Programmers Goodies</dc:creator>
		<pubDate>Wed, 12 Oct 2011 00:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mro.name/?p=1064#comment-21962</guid>
		<description>[...] NSURL and then asking: [request allHTTPHeaderFields] returns an empty dictionary. But I know that for example “Accept-Encoding” is set to “gzip”. So I want to get all [...]</description>
		<content:encoded><![CDATA[<p>[...] NSURL and then asking: [request allHTTPHeaderFields] returns an empty dictionary. But I know that for example “Accept-Encoding” is set to “gzip”. So I want to get all [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Marcus Rohrmoser</title>
		<link>http://blog.mro.name/2009/06/nsurlconnection-gzip-magic/comment-page-1/#comment-21605</link>
		<dc:creator>Marcus Rohrmoser</dc:creator>
		<pubDate>Fri, 16 Sep 2011 08:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mro.name/?p=1064#comment-21605</guid>
		<description>you&#039;re absolutely right, but relying on default settings can hit you at times.</description>
		<content:encoded><![CDATA[<p>you&#8217;re absolutely right, but relying on default settings can hit you at times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Nik</title>
		<link>http://blog.mro.name/2009/06/nsurlconnection-gzip-magic/comment-page-1/#comment-21593</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Thu, 15 Sep 2011 07:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mro.name/?p=1064#comment-21593</guid>
		<description>None of this is required. I just did a test, NSMutableURLRequest sets the accept gzip header automatically.

This happens somewhere deep in the framework - all responses are gzipped if the server supports it. 

Since it&#039;s set automatically by iOS, I would not set it explicitly either - after all, it&#039;s possible older iOS versions don&#039;t support gzip responses. Just let iOS do it.</description>
		<content:encoded><![CDATA[<p>None of this is required. I just did a test, NSMutableURLRequest sets the accept gzip header automatically.</p>
<p>This happens somewhere deep in the framework &#8211; all responses are gzipped if the server supports it. </p>
<p>Since it&#8217;s set automatically by iOS, I would not set it explicitly either &#8211; after all, it&#8217;s possible older iOS versions don&#8217;t support gzip responses. Just let iOS do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

