aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/lib/action_dispatch/http/cache.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/cache.rb b/actionpack/lib/action_dispatch/http/cache.rb
index 2107b4d224..ba39091119 100644
--- a/actionpack/lib/action_dispatch/http/cache.rb
+++ b/actionpack/lib/action_dispatch/http/cache.rb
@@ -196,7 +196,6 @@ module ActionDispatch
if control.empty?
# Let middleware handle default behavior
- self._cache_control = nil
elsif control[:no_cache]
self._cache_control = NO_CACHE
if control[:extras]