diff --git a/lib/web/fetch/index.js b/lib/web/fetch/index.js index d3c6e26f001..e28411fd94c 100644 --- a/lib/web/fetch/index.js +++ b/lib/web/fetch/index.js @@ -2180,7 +2180,7 @@ async function httpNetworkFetch ( headersList, body: streams === undefined ? this.body.on('error', noop) - : pipeline(streams, noop) + : pipeline(streams, noop).on('error', () => {}) }) return true