mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
manually destroy response now
This commit is contained in:
@@ -1666,6 +1666,7 @@ class ClientRequest extends OutgoingMessage {
|
||||
})
|
||||
.finally(() => {
|
||||
this.#fetchRequest = null;
|
||||
this.#res.destroy();
|
||||
this[kClearTimeout]();
|
||||
emitCloseNT(this);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user