diff --git a/doc/api/http.md b/doc/api/http.md index d263068bd68fc0..d8d4ef03f41d36 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -681,6 +681,9 @@ This function is asynchronous. `callback` will be added as a listener for the Returns `server`. +*Note*: The `server.listen()` method may be called multiple times. Each +subsequent call will *re-open* the server using the provided options. + ### server.listen(path[, callback])