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