Skip to content

Conversation

@3rd-Eden
Copy link
Contributor

@3rd-Eden 3rd-Eden commented Oct 6, 2010

Captures ECONNRESET issues so they don't bubble up to the uncaught exception handler in node.js
Also reduced the amount of .writes needed.
And because we now close down the connection on error.. we also need to check the socket's readyState if we can write to it.

This is needed because when a error occures we close down the connection,
and the stream will become unwriteable.
Also changed to a single write instead of multiple writes.
darrachequesne added a commit that referenced this pull request Jul 8, 2024
darrachequesne pushed a commit that referenced this pull request Jul 8, 2024
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant