[Modify] Remove it
This commit is contained in:
parent
581a03e08d
commit
d58cfbbb14
@ -2074,11 +2074,6 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
#region Internal Methods
|
#region Internal Methods
|
||||||
|
|
||||||
internal static string CheckSendParameter (string data)
|
|
||||||
{
|
|
||||||
return data == null ? "'data' is null." : null;
|
|
||||||
}
|
|
||||||
|
|
||||||
internal static string CheckSendParameters (Stream stream, int length)
|
internal static string CheckSendParameters (Stream stream, int length)
|
||||||
{
|
{
|
||||||
return stream == null
|
return stream == null
|
||||||
|
Loading…
Reference in New Issue
Block a user