Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Reproduction of EPIPE error when making requests with Node.js 16.7.0

Notifications You must be signed in to change notification settings

mhassan1/node-16-7-0-request-epipe

Repository files navigation

node-16-7-0-request-epipe

This repository shows a reproduction of an EPIPE error on making http requests. The issue shows up in Node.js 16.7.0 but not Node.js 16.6.2.

Reproduction

  1. Run ./run-bad.bash (which uses v16.7.0)
  2. See EPIPE error
  3. Run ./run-good.bash (which uses v16.6.2)
  4. See no EPIPE error

About

Reproduction of EPIPE error when making requests with Node.js 16.7.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published