Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors: create internal connResetException #27953

Closed
wants to merge 1 commit into from

Commits on May 30, 2019

  1. errors: create internal connResetException

    Replace various instances of errors that use code ECONNRESET with a
    single centralized factory function to create the errors.
    
    (While making changes to _tls_wrap.js, this also takes the opportunity
    to make trailing commas consistent on multi-line arrays. One had a
    trailing comma and one didn't. This adds a traiiling comma to the one
    that didn't.)
    Trott committed May 30, 2019
    Configuration menu
    Copy the full SHA
    39f7356 View commit details
    Browse the repository at this point in the history