From 577e510c90062180d70c5f94ce0f6204d7415dd3 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 21 May 2019 21:22:27 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/Cookie.cs | 7 ------- 1 file changed, 7 deletions(-) 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");