What is the name of the domain?
localhost
What is the issue you’re encountering
I am able to stream from my worker when it’s deployed, but not when running locally over localhost.
What steps have you taken to resolve the issue?
I recently upgraded to wrangler 3.64.0. As soon as I did so, I noticed that my ReadableStream was no longer streaming, which testing over localhost. My we client receives only one response from the worker, with all the stream chucks concatenated. However, when I deploy the same worker and use the Cloudflare endpoint, it streams without any problems. The code, both in the client and worker, is exactly the same. Does anyone know what might be wrong?
What are the steps to reproduce the issue?
Please see above.