diff --git a/doc/api/http.md b/doc/api/http.md index 2a2a87ce60..c0fe0e72bc 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -809,8 +809,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. +*Note*: The `server.listen()` method can be called again if and only if there was an error +during the first `server.listen()` call or `server.close()` has been called. +Otherwise, an `ERR_SERVER_ALREADY_LISTEN` error will be thrown. ### server.listen(path[, callback])