]> source.dussan.org Git - redmine.git/commitdiff
Adds Rack::ContentLength (#17403).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 30 Sep 2015 20:40:51 +0000 (20:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 30 Sep 2015 20:40:51 +0000 (20:40 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14632 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/application.rb

index 90b1adf9aa02322053d00658028e11ce76b021ad..e4e0097d4ed04477e7e9af7eba0c4983f744d42a 100644 (file)
@@ -54,6 +54,9 @@ module RedmineApp
     # and extracted to actionpack-xml_parser gem
     config.middleware.insert_after ActionDispatch::ParamsParser, ActionDispatch::XmlParamsParser
 
+    # Sets the Content-Length header on responses with fixed-length bodies
+    config.middleware.use Rack::ContentLength
+
     # Specific cache for search results, the default file store cache is not
     # a good option as it could grow fast. A memory store (32MB max) is used
     # as the default. If you're running multiple server processes, it's