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.
- Run
./run-bad.bash
(which usesv16.7.0
) - See
EPIPE
error - Run
./run-good.bash
(which usesv16.6.2
) - See no
EPIPE
error