Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Sep 19, 2024
1 parent d0b4dd2 commit 089697c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/fetch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2180,7 +2180,7 @@ async function httpNetworkFetch (
headersList,
body: streams === undefined
? this.body.on('error', noop)
: pipeline(streams, noop)
: pipeline(streams, noop).on('error', noop)
})

return true
Expand Down

0 comments on commit 089697c

Please sign in to comment.