Commit b26dd4e5 authored by Patrick Mooney's avatar Patrick Mooney Committed by Trevor Norris
Browse files

net: Make server.connections un-enumerable

The property server.connections should no longer be enumerable because
it has been deprecated. This will prevent deprecation warnings when
server objects are accessed by functions such as JSON.stringify.

Fixes: https://github.com/joyent/node/issues/8373


Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent efa47e59
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