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 <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Brian White <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
sam-github authored and MylesBorins committed Dec 21, 2016
1 parent ed9dc80 commit 11d1316
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 11d1316

Please sign in to comment.