loopbackio / loopbackio/strong-soap
NodeJS 20 fails with ECONNRESET
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 410
- Forks
- 162
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 7
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read src/http.js at line 51 and the linked Node.js issue to understand why setting the Connection header to close causes ECONNRESET on NodeJS 20. Done means the library no longer encounters this failure under NodeJS 20; no test file or reproduction steps are mentioned.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100