Why is IIS 7.5 seeing some requests as HTTP/1.0?
- by Zhaph - Ben Duguid
While trying to work out why Static File Compression wasn't working on one of our IIS servers, the error was coming back as "NO_COMPRESSION_10" which translates to:
Server not configured to compress 1.0 requests
Looking at the requests in Fiddler, I can see that I'm requesting HTTP 1.1, but everything is being sent back as HTTP 1.0:
Request…