1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Patrick Toomey 8a7e91b084
Normalize/process Cach-Control headers consistently
In the existing logic, the `Cache-Control` header may or may not get
normalized by additional logic depending on whether `response.cache_conrol`
has been modified. This leads to inconsistent behavior, since sometimes
`Cache-Control` can contain whatever a user sets and sometimes it gets
normalized, based on the logic inside of `set_conditional_cache_control!`. It
seems like this normalization process should happen regardless to ensure
consistent behavior.
2017-08-22 12:45:22 -06:00
..
abstract_controller Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_controller Update links to use https link instead of http [ci skip] 2017-08-22 12:23:13 +09:00
action_dispatch Normalize/process Cach-Control headers consistently 2017-08-22 12:45:22 -06:00
action_pack Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
abstract_controller.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_controller.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_dispatch.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_pack.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00