[Modify] Polish it
This commit is contained in:
parent
41c046fdcd
commit
c1ae4bd0fb
@ -1373,9 +1373,7 @@ namespace WebSocketSharp.Net
|
|||||||
/// </exception>
|
/// </exception>
|
||||||
public static bool IsRestricted (string headerName)
|
public static bool IsRestricted (string headerName)
|
||||||
{
|
{
|
||||||
headerName = checkName (headerName);
|
return IsRestricted (headerName, false);
|
||||||
|
|
||||||
return isRestricted (headerName, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user