[Modify] Remove it

This commit is contained in:
sta 2017-08-03 16:15:49 +09:00
parent fec10593d8
commit 3eb117344d

View File

@ -2074,12 +2074,6 @@ namespace WebSocketSharp
#region Internal Methods #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) internal static string CheckSendParameter (byte[] data)
{ {
return data == null ? "'data' is null." : null; return data == null ? "'data' is null." : null;