You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an ISAPI filter for IIS 5.1 to enable data compression on all content sent from the server. The original project and source can be found at www.flatcompression.org. I did not create the original filter nor do I have any ties to www.flatcompression.org.
This version adds support for compressing chunked HTTP responses. The chunked data is buffered, compressed, and delivered in a normal non-chunked HTTP response. This was required for a very specific project and not neccessarily useful as a general purpose data compression filter. Use at your own risk.