aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2017-06-07 12:49:00 -0700
committerSam Roberts <vieuxtech@gmail.com>2017-06-14 13:29:29 -0700
commit37fdfce93e333fbceb12576031602df641c058c8 (patch)
treef2c7ccb77b9983118a8d1b995d16333e5f2a68d4 /doc
parentcf24177abaf30c6d261abb19ad6af2d88a247e52 (diff)
downloadandroid-node-v8-37fdfce93e333fbceb12576031602df641c058c8.tar.gz
android-node-v8-37fdfce93e333fbceb12576031602df641c058c8.tar.bz2
android-node-v8-37fdfce93e333fbceb12576031602df641c058c8.zip
net: return this from getConnections()
PR-URL: https://github.com/nodejs/node/pull/13553 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/net.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/net.md b/doc/api/net.md
index 86c9159bcf..c66b87a261 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -162,6 +162,8 @@ connections use asynchronous `server.getConnections` instead.
added: v0.9.7
-->
+* Returns {net.Server}
+
Asynchronously get the number of concurrent connections on the server. Works
when sockets were sent to forks.