Skip to content

Commit f43e47a

Browse files
sam-githubaddaleax
authored andcommitted
doc: describe when a tls server emits 'close'
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>
1 parent a086566 commit f43e47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ added: v0.3.2
365365
The `server.close()` method stops the server from accepting new connections.
366366

367367
This function operates asynchronously. The `'close'` event will be emitted
368-
when the the server is finally closed.
368+
when the server has no more open connections.
369369

370370
### server.connections
371371
<!-- YAML

0 commit comments

Comments
 (0)