[Modify] Replace it

This commit is contained in:
sta 2019-03-07 21:30:22 +09:00
parent 3f229f25a4
commit 1bbc9090b7

View File

@ -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>