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