mirror of
https://github.com/github/rails.git
synced 2026-04-04 03:00:58 -04:00
Fix buffer
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7534 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -80,6 +80,7 @@ class CGI #:nodoc:
|
||||
buf << '; expires=' << CGI::rfc1123_date(@expires) if @expires
|
||||
buf << '; secure' if @secure
|
||||
buf << '; HttpOnly' if @http_only
|
||||
buf
|
||||
end
|
||||
|
||||
# Parse a raw cookie string into a hash of cookie-name=>Cookie
|
||||
|
||||
Reference in New Issue
Block a user