Fetch: connection closed before message completed #13070
-
My application executes many fetch requests. Even if all
The same message seems to appear also when serving HTTP: deno/cli/tests/unit/http_test.ts Line 153 in 5c06368 I've tried adding delays between fetches as well as setting keepalive to false. Any idea on how to avoid this error? Update Turns out I did miss catching the rejections of a promise. Catching the exception prevents the program from terminating. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For future reference, an update from OP:
|
Beta Was this translation helpful? Give feedback.
For future reference, an update from OP: