rack_deflater_bypass

Ensures that if you send a .gz file from your Rack stack Rack::Deflate will not try to recompress it and damage the headers in a way that confuses old browsers.

To use, just add it to your Rack stack instead of Rack::Deflate

# config.ru
use RackDeflaterBypass

Contributing to rack_deflater_bypass

Copyright © 2015 Julik Tarkhanov. See LICENSE.txt for further details.