Details:
It seems GZip or Deflate encoding is not enabled on the forums.msdn.microsoft.com IIS servers. Using Fiddler2, I see requrests are coming back with "No compression".
Examples:
- /AjaxForumsPage.aspx/GetUpdates
- /en-US/reportabug/threads/
The request to /en-US/reportabug/threads/ returned 92k, but with GZip compression, it could be 22k.
Question:
Is this intentional to have compression disabled?