From 512758e8d1ae360af71ec9ab386a5f3a922ca3b9 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 4 Jul 2017 15:49:09 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 98280480..fe03177f 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -2,7 +2,7 @@ /* * HttpServer.cs * - * A simple HTTP server that allows to accept the WebSocket connection requests. + * A simple HTTP server that allows to accept WebSocket handshake requests. * * The MIT License * @@ -52,10 +52,11 @@ using WebSocketSharp.Net.WebSockets; namespace WebSocketSharp.Server { /// - /// Provides a simple HTTP server that allows to accept the WebSocket connection requests. + /// Provides a simple HTTP server that allows to accept + /// WebSocket handshake requests. /// /// - /// The HttpServer class can provide multiple WebSocket services. + /// This class can provide multiple WebSocket services. /// public class HttpServer {