zruilong
CDCloudflare Developers
•Created by max on 11/11/2024 in #general-help
cloudflare proxy doesnt stream responses
I came across this, but won't have time to get to it for a while:
https://www.npmjs.com/package/@cfworker/csv
6 replies
CDCloudflare Developers
•Created by max on 11/11/2024 in #general-help
cloudflare proxy doesnt stream responses
I am facing the same problem when generating a report csv using ActionController::Live on my rails server. When not behind cloudflare, it works fine.
In desperation, I thought maybe I had to allow for streaming content (like the video content), so I took a shot and enabled video ($5 is worth the risk) - but everything there seems to be completely oriented for video/audio streaming and not additional controls for general chunked responses.
I have tried Content-Type text/event-stream, application/octet, text/csv with no-cache, chunked transfer encoding. I also have tried to bypass cache like OP.
I also set X-Accel-Buffering: no
6 replies