Whenever a request is made using bun's fetch, it crashes my local Cloudflare worker (Miniflare). I came across this open issue on Bun's github repo, which seems related, but based on the behavior, it feels more like a problem on miniflare side rather than Bun itself.
Client output:
error: The socket connection was closed unexpectedly. For more information, pass `verbose: true` in the second argument to fetch()
error: The socket connection was closed unexpectedly. For more information, pass `verbose: true` in the second argument to fetch()
What version of Bun is running? Confirmed as broken in 1.1.20, 1.1.13 and working in 1.1.11 What platform is your computer? macOS What steps can reproduce the bug? package.json { "name": ...