Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: document http.Server.close() semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Dec 26, 2011
1 parent 7aa5924 commit 70e6f3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/http.markdown
Expand Up @@ -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
Expand Down

0 comments on commit 70e6f3f

Please sign in to comment.