From 69659803536587506fe72da946a91a3f1ac034cb Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Jul 2017 17:41:49 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index c3e7e1db..c4382cd4 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1469,12 +1469,13 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the reason for the close. - /// The size must be 123 bytes or less in UTF-8. + /// + /// A that represents the reason for the close. + /// + /// + /// The size must be 123 bytes or less in UTF-8. + /// /// - /// - /// The size of is greater than 123 bytes. - /// /// /// /// is @@ -1495,6 +1496,9 @@ namespace WebSocketSharp.Server /// could not be UTF-8-encoded. /// /// + /// + /// The size of is greater than 123 bytes. + /// /// /// The underlying has failed to stop. ///