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); } ///