Version: Deno 2.6.8 & 2.6.9
We are experiencing intermittent, random unhandled rejections across different parts of our application, whenever we do http requests (using ky):
Promise {
<rejected> TypeError: Failed to fetch: request body stream errored
at node:http:506:17
at eventLoopTick (ext:core/01_core.js:187:7) {
[cause]: "resource closed"
}
}
As an intermediate solution, we downgraded back to Deno 2.6.3, which was the last stable version where we didn't experience any issues.