[Modify] Replace it
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user