[Modify] Polish it

master
sta 6 years ago
parent 4cc0194312
commit b58dc42dc1

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

Loading…
Cancel
Save