diff --git a/src/js/node/http.ts b/src/js/node/http.ts index 2e038df87d..2ab1751695 100644 --- a/src/js/node/http.ts +++ b/src/js/node/http.ts @@ -1666,6 +1666,7 @@ class ClientRequest extends OutgoingMessage { }) .finally(() => { this.#fetchRequest = null; + this.#res.destroy(); this[kClearTimeout](); emitCloseNT(this); });