Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Nov 14, 2024
1 parent 7b54feb commit 2b293cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dispatcher/client-h2.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([])
}
Expand Down

0 comments on commit 2b293cb

Please sign in to comment.