Skip to content

Commit

Permalink
doc: describe when a tls server emits 'close'
Browse files Browse the repository at this point in the history
PR-URL: #9665
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
sam-github authored and MylesBorins committed Dec 13, 2016
1 parent 4d4ac07 commit 4f205de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- YAML
Expand Down

0 comments on commit 4f205de

Please sign in to comment.