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