[Modify] Remove it
This commit is contained in:
parent
fec10593d8
commit
3eb117344d
@ -2074,12 +2074,6 @@ namespace WebSocketSharp
|
||||
|
||||
#region Internal Methods
|
||||
|
||||
internal static string CheckPingParameter (string message, out byte[] bytes)
|
||||
{
|
||||
bytes = message.UTF8Encode ();
|
||||
return bytes.Length > 125 ? "A message has greater than the allowable max size." : null;
|
||||
}
|
||||
|
||||
internal static string CheckSendParameter (byte[] data)
|
||||
{
|
||||
return data == null ? "'data' is null." : null;
|
||||
|
Loading…
Reference in New Issue
Block a user