From a3c6964bd93e4bb5d14dd17fa8f8bde806fd76db Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Thu, 17 Oct 2024 23:44:16 +0530 Subject: [PATCH] fix flow control --- ext/node/polyfills/_http_outgoing.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/node/polyfills/_http_outgoing.ts b/ext/node/polyfills/_http_outgoing.ts index 81fdd8dd70..3dfe43ca6b 100644 --- a/ext/node/polyfills/_http_outgoing.ts +++ b/ext/node/polyfills/_http_outgoing.ts @@ -532,6 +532,7 @@ Object.defineProperties( } else { this.outputData.push({ data, encoding, callback }); } + return false; }, _writeHeader() {