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