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
path: root/doc
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-12-27 02:30:25 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-12-27 02:30:25 +0400
commit70e6f3f115cfbd74462ec50e3cdc8fac89ae922a (patch)
tree99735f52050bc71bf2d8f16489634f9137e0f9f3 /doc
parent7aa5924dc6e8d80980a9b79f3d5fc6305bf1aea7 (diff)
docs: document http.Server.close() semantics
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/http.markdown b/doc/api/http.markdown
index 330ea277105..27bb3986a1b 100644
--- a/doc/api/http.markdown
+++ b/doc/api/http.markdown
@@ -120,6 +120,7 @@ See also [net.Server.listen()](net.html#server.listen).
### server.close()
Stops the server from accepting new connections.
+See [net.Server.close()](net.html#server.close).
## http.ServerRequest