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 8e235b61734..b19ffb6d8e1 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -159,7 +159,7 @@ socket/stream from this function, or by passing the socket/stream to `callback`.
### agent.keepSocketAlive(socket)
<!-- YAML
-added: REPLACEME
+added: v8.1.0
-->
* `socket` {net.Socket}
@@ -178,7 +178,7 @@ it for use with the next request.
### agent.reuseSocket(socket, request)
<!-- YAML
-added: REPLACEME
+added: v8.1.0
-->
* `socket` {net.Socket}