mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
No need to dup immutable options
This commit is contained in:
@@ -93,7 +93,7 @@ module ActionController
|
||||
original_value = session_data.dup
|
||||
|
||||
env[ENV_SESSION_KEY] = session_data
|
||||
env[ENV_SESSION_OPTIONS_KEY] = @default_options.dup
|
||||
env[ENV_SESSION_OPTIONS_KEY] = @default_options
|
||||
|
||||
status, headers, body = @app.call(env)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user