Browse Source

[Modify] Remove it

pull/651/merge
sta 3 years ago
parent
commit
841a2473a7
  1. 5
      websocket-sharp/Ext.cs

5
websocket-sharp/Ext.cs

@ -532,11 +532,6 @@ namespace WebSocketSharp
return value.StartsWith (val, compType);
}
internal static bool IsData (this byte opcode)
{
return opcode == 0x1 || opcode == 0x2;
}
internal static bool IsData (this Opcode opcode)
{
return opcode == Opcode.Text || opcode == Opcode.Binary;

Loading…
Cancel
Save