From a72c4feb7cd1c8462b7fe4651f96cbce24b6a2d6 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 13 Mar 2019 21:43:52 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/Cookie.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/Cookie.cs b/websocket-sharp/Net/Cookie.cs index 77a8800e..f4673f39 100644 --- a/websocket-sharp/Net/Cookie.cs +++ b/websocket-sharp/Net/Cookie.cs @@ -103,7 +103,7 @@ namespace WebSocketSharp.Net /// public Cookie () { - init (String.Empty, String.Empty, String.Empty, String.Empty); + init (String.Empty, "\"\"", String.Empty, String.Empty); } ///