From 9248e524cd5da142e1d58506da0b8915e90baad8 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 4 Jun 2017 14:22:19 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index d329b5d8..0e6e1329 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -1057,10 +1057,14 @@ namespace WebSocketSharp.Server } /// - /// Starts receiving the HTTP requests. + /// Starts receiving incoming requests. /// + /// + /// This method does nothing if the server has already + /// started or it is shutting down. + /// /// - /// There is no certificate. + /// There is no certificate used to authenticate the server. /// public void Start () {