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

Http(s) Agent: handle errors on idle sockets #4482

Commits on Jan 4, 2016

  1. http: handle errors on idle sockets

    This change adds a new event handler to the `error` event of the socket
    after it has been used by the http_client.
    
    The purpose of this change is to catch errors on *keep alived*
    connections from idle sockets that otherwise will cause an uncaugh error
    event on the application.
    
    Closes nodejs#3595
    jfromaniello committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    4b75767 View commit details
    Browse the repository at this point in the history