Skip to content

Commit 3579355

Browse files
committed
[Modify] Replace it
1 parent c77250c commit 3579355

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

websocket-sharp/Net/Cookie.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,8 @@ public Cookie ()
141141
/// </para>
142142
/// </exception>
143143
public Cookie (string name, string value)
144-
: this ()
144+
: this (name, value, String.Empty, String.Empty)
145145
{
146-
Name = name;
147-
Value = value;
148146
}
149147

150148
/// <summary>

0 commit comments

Comments
 (0)