FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tls: wrap ssl errors in ECONNRESET by Uzlopak · Pull Request #54492 · nodejs/node · GitHub

/ node Public

tls: wrap ssl errors in ECONNRESET - #54492

Closed
Uzlopak wants to merge 1 commit into
nodejs:mainfrom
Uzlopak:tls-wrap
Closed

tls: wrap ssl errors in ECONNRESET#54492
Uzlopak wants to merge 1 commit into
nodejs:mainfrom
Uzlopak:tls-wrap

Conversation

Uzlopak commented Aug 22, 2024

Copy link
Copy Markdown
Contributor

For discussion.

I think we should not break userland, by passing the OpenSSL Errors directly to userland. IMHO they need to be wrapped accordingly.

This PR is not passing all tests and is for demonstration purposes.

Especially notifying:
@mcollina
@RafaelGSS
@nodejs/undici

nodejs-github-bot added errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run. tls Issues and PRs related to the tls subsystem. labels Aug 22, 2024
Uzlopak mentioned this pull request Aug 22, 2024

codecov Bot commented Aug 22, 2024
edited
Loading

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.33%. Comparing base (7c76fa0) to head (be1f3f9).
⚠️ Report is 5467 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #54492      +/-   ##
==========================================
+ Coverage   87.31%   87.33%   +0.01%     
==========================================
  Files         648      649       +1     
  Lines      182359   182530     +171     
  Branches    34979    35028      +49     
==========================================
+ Hits       159235   159411     +176     
+ Misses      16389    16381       -8     
- Partials     6735     6738       +3     
Files with missing lines Coverage Δ
lib/_tls_wrap.js 93.37% <100.00%> (-0.02%) ⬇️
lib/internal/errors.js 94.44% <100.00%> (ø)

... and 37 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

This pull request has been marked as stale due to 90 days of inactivity.
It will be automatically closed in 30 days if no further activity occurs. If this is still relevant, please leave a comment or update it to keep it open.

github-actions Bot added the stale label Jul 28, 2026
avivkeller closed this Aug 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run. stale tls Issues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL