docs: document http.Server.close() semantics

pull/5370/head
Ben Noordhuis 2011-12-26 23:30:25 +01:00
parent 7aa5924dc6
commit 70e6f3f115
1 changed files with 1 additions and 0 deletions

View File

@ -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