mirror of https://github.com/nodejs/node.git
docs: document http.Server.close() semantics
parent
7aa5924dc6
commit
70e6f3f115
|
@ -120,6 +120,7 @@ See also [net.Server.listen()](net.html#server.listen).
|
||||||
### server.close()
|
### server.close()
|
||||||
|
|
||||||
Stops the server from accepting new connections.
|
Stops the server from accepting new connections.
|
||||||
|
See [net.Server.close()](net.html#server.close).
|
||||||
|
|
||||||
|
|
||||||
## http.ServerRequest
|
## http.ServerRequest
|
||||||
|
|
Loading…
Reference in New Issue