From dba7a26540a27e0ce0e2d2b3d2a565782614080d Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 4 Sep 2016 17:42:13 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {