diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 7baa30a3..4f5cda1e 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1014,8 +1014,12 @@ namespace WebSocketSharp.Server } /// - /// Stops receiving the incoming requests, and closes the connections. + /// Stops receiving incoming requests and closes each connection. /// + /// + /// This method does nothing if the server is not started, + /// it is shutting down, or it has already stopped. + /// public void Stop () { stop (1005, String.Empty);