Joined March 2015
·
Posted to
Streaming Large Data Responses with Rails
over 1 year
ago
Thank you for this example. May I ask which webserver you are using? Because setting
headers["Transfer-Encoding"] = "chunked"
breaks the network request for me on Puma.
Is there no possibility to edit a comment? I just wanted to mention that I added a comment in the puma repository and referenced your example.