<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kanwaljeet Singla &#187; Compression</title>
	<atom:link href="http://www.ksingla.net/tag/compression/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ksingla.net</link>
	<description>Windows, IIS, PHP and more</description>
	<lastBuildDate>Thu, 10 Jun 2010 20:38:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IIS 7.5 updates to custom errors and compression</title>
		<link>http://www.ksingla.net/2009/02/iis75_updates_to_custom_errors_and_compression/</link>
		<comments>http://www.ksingla.net/2009/02/iis75_updates_to_custom_errors_and_compression/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:44:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Compression]]></category>
		<category><![CDATA[CustomErrors]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=58</guid>
		<description><![CDATA[<p><font size="3"><font face="Calibri">Looking at number of people reaching <a title="http://blogs.iis.net/ksingla/archive/2009/01/22/improvements-to-fastcgi-in-iis-7-5.aspx" mce_href="/ksingla/archive/2009/01/22/improvements-to-fastcgi-in-iis-7-5.aspx" href="http://blogs.iis.net/ksingla/archive/2009/01/22/improvements-to-fastcgi-in-iis-7-5.aspx">my first blog post</a> while searching for information on IIS 7.5, I figured I should do few more posts on changes which are coming in IIS 7.5. In this blog post I am covering new features which have been added to compression and custom errors modules in IIS 7.5.<o:p></o:p></font></font><b><o:p><font size="3" face="Calibri"><br />
<br />
</font></o:p></b><b><font size="3"><font face="Calibri">Changes to custom errors<o:p></o:p></font></font></b></p>]]></description>
		<wfw:commentRss>http://www.ksingla.net/2009/02/iis75_updates_to_custom_errors_and_compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes to compression in IIS7</title>
		<link>http://www.ksingla.net/2006/06/changes_to_compression_in_iis7/</link>
		<comments>http://www.ksingla.net/2006/06/changes_to_compression_in_iis7/#comments</comments>
		<pubDate>Tue, 13 Jun 2006 09:10:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Compression]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=27</guid>
		<description><![CDATA[<p>Compression module provides IIS the capability to serve compressed responses to compression enabled clients. Clients which can accept compressed responses send Accept-Encoding header indicating compression schemes they can handle. If IIS can compress the response using a compression scheme which client can understand, IIS will send a compressed response with Content-Encoding response header indicating the scheme which was used to compress the response.<br />
<br />
So request response look something like<br />
<br />
REQUEST: **************<br />
GET /static/index.htm HTTP/1.1\r\n<br />
<font style="background-color: #d3d3d3">Accept-Encoding: gzip, deflate\r\n</font><br />
Host: localhost\r\n<br />
Accept: */*\r\n<br />
\r\n<br />
RESPONSE: **************<br />
HTTP/1.1 200 OK\r\n<br />
Content-Type: text/html\r\n<br />
<font style="background-color: #d3d3d3">Content-Encoding: gzip\r\n</font><br />
Last-Modified: Tue, 28 Mar 2006 03:44:06 GMT\r\n<br />]]></description>
		<wfw:commentRss>http://www.ksingla.net/2006/06/changes_to_compression_in_iis7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
