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([]) }