diff options
author | José Valim <jose.valim@gmail.com> | 2011-05-02 23:53:53 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-05-03 01:04:57 +0200 |
commit | 3cca86641e91400e3317ce2d03b483edf1db3ec2 (patch) | |
tree | 21ffbe503bdc93861b51861fe547dd78a1ee2f4c /actionpack/lib | |
parent | fa77665a342b2486760c69007af4352cb40aae1e (diff) | |
download | rails-3cca86641e91400e3317ce2d03b483edf1db3ec2.tar.gz rails-3cca86641e91400e3317ce2d03b483edf1db3ec2.tar.bz2 rails-3cca86641e91400e3317ce2d03b483edf1db3ec2.zip |
Update CHANGELOG.
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/metal/streaming.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/streaming.rb b/actionpack/lib/action_controller/metal/streaming.rb index 1d27c3aa51..3892a12407 100644 --- a/actionpack/lib/action_controller/metal/streaming.rb +++ b/actionpack/lib/action_controller/metal/streaming.rb @@ -160,7 +160,7 @@ module ActionController #:nodoc: # needs to inject contents in the HTML body. # # Also +Rack::Cache+ won't work with streaming as it does not support - # streaming bodies yet. So, whenever streaming, Cache-Control is automatically + # streaming bodies yet. Whenever streaming Cache-Control is automatically # set to "no-cache". # # == Errors |