From 2b293cbbdb3f8b2097154f26dc25443e4789d1af Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 14 Nov 2024 15:53:52 +0100 Subject: [PATCH] fixup Signed-off-by: Matteo Collina --- lib/dispatcher/client-h2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dispatcher/client-h2.js b/lib/dispatcher/client-h2.js index a44684d6a3c..bb06ab957c5 100644 --- a/lib/dispatcher/client-h2.js +++ b/lib/dispatcher/client-h2.js @@ -487,7 +487,7 @@ function writeH2 (client, request) { // a state. // Present specially when using pipeline or stream if (stream.state?.state == null || stream.state.state < 6) { - // The request was aborted + // Do not complete the request if it was aborted if (!request.aborted) { request.onComplete([]) }