Skip to content

Instantly share code, notes, and snippets.

@ctdk
Created June 1, 2010 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctdk/421172 to your computer and use it in GitHub Desktop.
Save ctdk/421172 to your computer and use it in GitHub Desktop.
/* This should be a highly unusual circumstance,
* but apparently there's known issues with
* IE & 'deflate' - as in, IE claims that it can
* handle deflate, but doesn't actually handle
* it correctly. If we have content encoded with
* deflate and our user agent appears to be IE,
* it's probably safest to decompress it and
* let mod_deflate deal with it properly. This
* is along the lines of tossing it over the
* fence and letting Arby's deal with it. */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment