Skip to content

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

Merged
watson merged 1 commit intoothiym23:masterfrom
watson:listen2
Dec 21, 2017
Merged

Handle rename of net.Server.prototype._listen2#103
watson merged 1 commit intoothiym23:masterfrom
watson:listen2

Conversation

@watson
Copy link
Copy Markdown
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