mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
... oops again
This commit is contained in:
@@ -1514,7 +1514,6 @@ class ClientRequest extends OutgoingMessage {
|
||||
}
|
||||
|
||||
_write(chunk, encoding, callback) {
|
||||
this._writableState.length += chunk.length;
|
||||
if (!this.#bodyChunks) {
|
||||
this.#bodyChunks = [chunk];
|
||||
process.nextTick(callback);
|
||||
|
||||
Reference in New Issue
Block a user