[Modify] Polish it

master
sta 6 years ago
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…
Cancel
Save