Author: siwuzzz
Date: Mon Aug 6 08:19:12 2007
New Revision: 217
Modified:
trunk/clients/cs/src/core/gauthrequest.cs
Log:
src/core/gauthrequest.cs:
- Removed GFE bug workaround for GZip requests in
GDataGAuthRequest.EnsureWebRequest() as new GFE is now in production.
Modified: trunk/clients/cs/src/core/gauthrequest.cs
==============================================================================
--- trunk/clients/cs/src/core/gauthrequest.cs (original)
+++ trunk/clients/cs/src/core/gauthrequest.cs Mon Aug 6 08:19:12 2007
@@ -408,10 +408,6 @@
req.Close();
}
}
-
- // Hack to get around the GFE bug
- if (this.UseGZip == true)
- http.Accept = "text/xml";
}
}
/////////////////////////////////////////////////////////////////////////////
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---