[Modify] Polish it

This commit is contained in:
sta 2020-03-26 20:10:36 +09:00
parent 41c046fdcd
commit c1ae4bd0fb

View File

@ -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>