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: use 'connect' event only if socket is connecting #16725

Closed
wants to merge 1 commit into from

Commits on Nov 6, 2017

  1. http: use 'connect' event only if socket is connecting

    Fixes a bug that prevented `ClientRequest.prototype.setTimeout()` from
    working properly when the socket was reused for multiple requests.
    
    Fixes: nodejs#16716
    Refs: nodejs#8895
    lpinca committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    407389d View commit details
    Browse the repository at this point in the history