swiecki
swiecki
Explore posts from servers
CDCloudflare Developers
Created by swiecki on 11/1/2023 in #general-help
streaming responses being buffered
I'm unable to get a cloudflare worker to stream any responses using either readable stream or transform stream. Instead it's being buffered and sent as a single chunk once the response is complete. Are there specific configuration requirements? I've tried setting transfer-encoding header to chunked and said no-cache but it's still an issue. Is there a way to upgrade my workers or something so they can respond with streaming responses? Happy to provide my specific worker code if this is a skill issue.
7 replies