Chunked HTTP response support
Do Cloudflare workers/containers support when the container returns Transfer-Encoding: Chunked ?
1 Reply
They don't seem to be passing it through to the client
container.fetch(c.req.raw) is returning a chunked HTTP response, but this doesn't seem to get forwarded back to the client properly
Cloudflare just returns a single HTTP resposne