diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 5407e966..5c1e5612 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -951,7 +951,7 @@ namespace WebSocketSharp.Server } /// - /// Stops receiving the HTTP requests. + /// Stops receiving the incoming requests, and closes the connections. /// public void Stop () {