[Modify] Polish it

This commit is contained in:
sta 2020-05-14 19:37:05 +09:00
parent 4cc0194312
commit b58dc42dc1

View File

@ -1617,7 +1617,9 @@ namespace WebSocketSharp.Net
/// </exception>
public override void Remove (string name)
{
doWithCheckingState (removeWithoutCheckingName, checkName (name), null, false);
name = checkName (name);
doWithCheckingState (removeWithoutCheckingName, name, null, false);
}
/// <summary>