heroku-deflater icon indicating copy to clipboard operation
heroku-deflater copied to clipboard

Can we include Rack::Chunked to support streaming.

Open vishalzambre opened this issue 6 years ago • 1 comments

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.

vishalzambre avatar Nov 01 '18 06:11 vishalzambre

Go ahead, I'll check and merge if doesn't break things :)

romanbsd avatar Nov 21 '18 09:11 romanbsd