Commit d8eb974a authored by cjihrig's avatar cjihrig Committed by Brendan Ashworth
Browse files

net: make Server.prototype.unref() persistent

Currently, the unref() method does not remember any state
if called before the server's handle has been created. This
commit adds state to track calls to ref() and unref().

PR-URL: https://github.com/iojs/io.js/pull/897


Reviewed-By: default avatarEvan Lucas <evanlucas@me.com>
Reviewed-By: default avatarBrendan Ashworth <brendan.ashworth@me.com>
parent 26ebe980
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment