mattcg / socks5-client

SOCKS v5 client socket implementation in JavaScript for Node.JS.
Other
56 stars 31 forks source link

Error: socket hang up with 15.7.0 or newer #22

Closed aicanfly closed 3 years ago

aicanfly commented 3 years ago

after this "FIX" I got same problem with socket hang up: https://github.com/nodejs/node/commit/bee7a72930548f010319f29f50f179a0c1da9c54

combined with request library and node v15.7.0 or newer gives me "Error: socket hang up", with 15.6.0 everything is fine.

https://github.com/nodejs/node/issues/37510