loopbackio / strong-soap

SOAP driver for Node.js (A complete rewrite of node-soap)
Other
390 stars 159 forks source link

NodeJS 20 fails with ECONNRESET #726

Open yinzara opened 5 months ago

yinzara commented 5 months ago

https://github.com/loopbackio/strong-soap/blob/5d8c464799e8a37c17f0583f0073643280a24881/src/http.js#L51

This library will have issues with NodeJS 20 because of the above line being set to Connection close

See https://github.com/nodejs/node/issues/47130

StanislavKharchenko commented 1 month ago

The mentioned issue was closed without any comments. Great!