]> git.openstreetmap.org Git - rails.git/commit
Render an empty text string instead of nothing (which actually generate a
authorTom Hughes <tom@compton.nu>
Wed, 17 Oct 2007 23:22:51 +0000 (23:22 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 17 Oct 2007 23:22:51 +0000 (23:22 +0000)
commit0fd29dc003000f8ee22d6310e5fc4ebdbeebbb28
tree4cb97313233f49fbef9c8f9b5dd18f8e96815e00
parentf82f362cea0c044a96da1dfd801d5e4b0196ac32
Render an empty text string instead of nothing (which actually generate a
single space character) for 410 and 412 responses as there is a bug in
lighttpd (http://trac.lighttpd.net/trac/ticket/1055) that prevents it
passing on the response body for these codes, leading to the client blocking
waiting for the data until it times out. Closes #537.
app/controllers/node_controller.rb
app/controllers/relation_controller.rb
app/controllers/way_controller.rb