diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index e4a5ceef..7fd32c04 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -609,13 +609,6 @@ namespace WebSocketSharp.Net } internal set { - if (value.IsNullOrEmpty ()) { - _port = value; - _ports = null; - - return; - } - if (!value.IsEnclosedIn ('"')) { var msg = "It is not enclosed in double quotes."; throw new ArgumentException (msg, "value");