Sign in | Join
Last post 08-21-2007 6:03 PM by zhornyk. 0 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi
I'm using HttpModule for comression (GZipStream) . It works fine but there is strange error after async request from UpdatePanel : "The message received from the server control could not be parsed....."
After debugging Web.Extensions' javascript (clientside AJAX) I've found that sometimes decompressed response from server does not contain one or several last symbols. So clientside AJAX cannot parse it.
Here you can read that this is known issue with GZIp and UpdatePanel:
<
</
#region
using
#endregion
{
///
}
HttpApplication app = (HttpApplication)sender;
encodings = encodings.ToLower();
CompressionMode.Compress);