[Modify] Polish it

This commit is contained in:
sta 2019-05-29 20:44:06 +09:00
parent c0d777449c
commit d3946e51e4

View File

@ -613,9 +613,6 @@ namespace WebSocketSharp.Net
} }
internal set { internal set {
if (!value.IsEnclosedIn ('"'))
return;
int[] ports; int[] ports;
if (!tryCreatePorts (value, out ports)) if (!tryCreatePorts (value, out ports))
return; return;