[Modify] Replace it

master
sta 7 years ago
parent 3f229f25a4
commit 1bbc9090b7

@ -194,9 +194,8 @@ namespace WebSocketSharp.Net
/// </para>
/// </exception>
public Cookie (string name, string value, string path)
: this (name, value)
: this (name, value, path, String.Empty)
{
Path = path;
}
/// <summary>

Loading…
Cancel
Save