]> git.openstreetmap.org Git - rails.git/commit
Don't set the Status header - it is set automatically by the FastCGI code
authorTom Hughes <tom@compton.nu>
Thu, 4 Jun 2009 22:53:05 +0000 (22:53 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 4 Jun 2009 22:53:05 +0000 (22:53 +0000)
commit1db05339d3bd1f86173cea09602c314f9e779ea8
tree9aae8ba929dcca2266bdc2cec41d216e54521fbf
parentc153de287a9b7f773814c4d89227ed7302e38c39
Don't set the Status header - it is set automatically by the FastCGI code
and this manually set one conflicts with that and causes a 200 response
in rails 2.3.2 it seems.
app/controllers/application_controller.rb