From 1bbc9090b7d0d902e8019cb3a93ec196f5db897e Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 7 Mar 2019 21:30:22 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/Cookie.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 5f22aadf..c8bc2eee 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -194,9 +194,8 @@ namespace WebSocketSharp.Net /// /// public Cookie (string name, string value, string path) - : this (name, value) + : this (name, value, path, String.Empty) { - Path = path; } ///