Closed
Description
This line:
kit/packages/kit/src/runtime/server/page.js
Line 128 in 8805c6d
Causes issues in Node where it dies unexpectedly without any message on server. The Node high water mark limit is much smaller than browser. Can increase high water mark as workaround
There's multiple issues talking about this in node-fetch
(e.g. 671 and 151). Their recommendation is to stream and provide back pressure: node-fetch/node-fetch#151 (comment)
Metadata
Metadata
Assignees
Labels
No labels