[Modify] Remove it
This commit is contained in:
parent
a0397a14d3
commit
21e67e4585
@ -937,11 +937,6 @@ namespace WebSocketSharp.Net
|
||||
base.Set (name, value);
|
||||
}
|
||||
|
||||
internal static bool IsHeaderName (string name)
|
||||
{
|
||||
return name.IsToken ();
|
||||
}
|
||||
|
||||
internal static bool IsHeaderValue (string value)
|
||||
{
|
||||
return value.IsText ();
|
||||
|
Loading…
Reference in New Issue
Block a user