<?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"
	>
<channel>
	<title>Comments on: HTTP Compression with AJAX</title>
	<atom:link href="http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax/</link>
	<description>My Experiences with Software Development</description>
	<pubDate>Tue, 07 Oct 2008 19:47:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Compression does not work with UpdatePanel 2 - ASP.NET Forums</title>
		<link>http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax/#comment-20727</link>
		<dc:creator>Compression does not work with UpdatePanel 2 - ASP.NET Forums</dc:creator>
		<pubDate>Tue, 21 Aug 2007 22:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax/#comment-20727</guid>
		<description>[...] this is known issue with GZIp and UpdatePanel:  http://www.thescripts.com/forum/thread670482.html  http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax &#160; But I cannot believe that MS may commit such awful bug. &#160; Maybe I&#39;m doing something [...]</description>
		<content:encoded><![CDATA[<p>[...] this is known issue with GZIp and UpdatePanel:  <a href="http://www.thescripts.com/forum/thread670482.html" rel="nofollow">http://www.thescripts.com/forum/thread670482.html</a>  <a href="http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax" rel="nofollow">http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax</a> &nbsp; But I cannot believe that MS may commit such awful bug. &nbsp; Maybe I&#39;m doing something [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran Suthar</title>
		<link>http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax/#comment-19882</link>
		<dc:creator>Kiran Suthar</dc:creator>
		<pubDate>Thu, 28 Jun 2007 11:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax/#comment-19882</guid>
		<description>Hello Sergey ,
   Please give more details on your code.
I mean where did you add/modify code in follwing part of js?

if (responseText.substr(responseText.length-1,1)=="]")
responseText+="}";
else if (responseText.substr(responseText.length-2,2)!="}}")
responseText+="}";

where is this javascript ??

Thank you very much.
Kiran</description>
		<content:encoded><![CDATA[<p>Hello Sergey ,<br />
   Please give more details on your code.<br />
I mean where did you add/modify code in follwing part of js?</p>
<p>if (responseText.substr(responseText.length-1,1)=="]")<br />
responseText+="}";<br />
else if (responseText.substr(responseText.length-2,2)!="}}")<br />
responseText+="}";</p>
<p>where is this javascript ??</p>
<p>Thank you very much.<br />
Kiran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey</title>
		<link>http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax/#comment-19763</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Wed, 27 Jun 2007 11:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://brennan.offwhite.net/blog/2007/06/20/http-compression-with-ajax/#comment-19763</guid>
		<description>Hello,

When you use Ajax, usually stream lost last symbol.
I'm use Anthem.Net. 
These lines of code in javascript solved my problems:

	if (responseText.substr(responseText.length-1,1)=="]") 
                       responseText+="}";
                else if (responseText.substr(responseText.length-2,2)!="}}") 
                       responseText+="}";</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>When you use Ajax, usually stream lost last symbol.<br />
I'm use Anthem.Net.<br />
These lines of code in javascript solved my problems:</p>
<p>	if (responseText.substr(responseText.length-1,1)=="]")<br />
                       responseText+="}";<br />
                else if (responseText.substr(responseText.length-2,2)!="}}")<br />
                       responseText+="}";</p>
]]></content:encoded>
	</item>
</channel>
</rss>
