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

Handle rename of net.Server.prototype._listen2 #103

Merged
merged 1 commit into from
Dec 21, 2017

Conversation

watson
Copy link
Collaborator

@watson watson commented Mar 24, 2017

In nodejs/node#11796 the net.Server.prototype._listen2 function is being renamed to _setUpListenHandle.

The function is still aliased as _listen2, and currently the Node internals still call the alias - but who knows for how long. So better make sure we use the new name instead if available.

This have not yet shipped, so maybe this PR is a little early. But I thought I'd better get it in so we don't forget. We can leave this PR open and track the progress before merging maybe?

@watson watson merged commit a3da517 into othiym23:master Dec 21, 2017
@watson watson deleted the listen2 branch December 21, 2017 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant