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 <[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]>
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

+1-1
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)