tomas / needle

Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support.
https://www.npmjs.com/package/needle
MIT License
1.63k stars 236 forks source link

fix: Fix test failures in node v14-v16 #396

Closed joeyparrish closed 2 years ago

joeyparrish commented 2 years ago

This fixes a failing socket cleanup test by destroying the request on error. This test did not fail on node v17.

Closes #395