diff --git a/lib/http/cookie.rb b/lib/http/cookie.rb index ec01ae2..a62e07b 100644 --- a/lib/http/cookie.rb +++ b/lib/http/cookie.rb @@ -75,7 +75,7 @@ class HTTP::Cookie def initialize(*args) @version = 0 # Netscape Cookie - @domain = @path = @secure = @comment = @max_age = + @origin = @domain = @path = @secure = @comment = @max_age = @expires = nil @created_at = @accessed_at = Time.now