[Modify] Polish it

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