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: don't cork noop .end() #36633

Closed
wants to merge 2 commits into from
Closed

Commits on Jan 12, 2021

  1. http: don't cork noop .end()

    Calling .end() a second time should be a noop and not
    leave the socket corked.
    
    Fixes: nodejs#36620
    ronag committed Jan 12, 2021
    Copy the full SHA
    174fa33 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    340a016 View commit details
    Browse the repository at this point in the history