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