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. ///