heroku-deflater
heroku-deflater copied to clipboard
Can we include Rack::Chunked to support streaming.
The current Rails streaming implementation works by rendering directly to a chunked body. This means it is chunked, and then gzipped by the Rack::Deflater middleware that we use.
I can create PR.
Go ahead, I'll check and merge if doesn't break things :)