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 () {