From 4f205deb662085e3f28a647bdf0523f061713fcf Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 17 Nov 2016 12:24:43 -0800 Subject: [PATCH] doc: describe when a tls server emits 'close' PR-URL: https://github.com/nodejs/node/pull/9665 Reviewed-By: Roman Reiss Reviewed-By: Michael Dawson Reviewed-By: Myles Borins Reviewed-By: Gibson Fahnestock Reviewed-By: Brian White Reviewed-By: Ben Noordhuis --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/tls.md b/doc/api/tls.md index 45d8b94c850f5d..caaeb434a07aaf 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -365,7 +365,7 @@ added: v0.3.2 The `server.close()` method stops the server from accepting new connections. This function operates asynchronously. The `'close'` event will be emitted -when the the server is finally closed. +when the server has no more open connections. ### server.connections