Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index bed2f69ff1a..01c97ec4e67 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1456,7 +1456,7 @@ Stops the server from accepting new connections. See [`net.Server.close()`][].
### `server.closeAllConnections()`
<!-- YAML
-added: REPLACEME
+added: v18.2.0
-->
Closes all connections connected to this server.
@@ -1464,7 +1464,7 @@ Closes all connections connected to this server.
### `server.closeIdleConnections()`
<!-- YAML
-added: REPLACEME
+added: v18.2.0
-->
Closes all connections connected to this server which are not sending a request