]> git.openstreetmap.org Git - rails.git/commit
Refactor AMF respone streaming
authorTom Hughes <tom@compton.nu>
Wed, 28 Sep 2011 20:35:58 +0000 (21:35 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:53 +0000 (09:42 +0000)
commitd6c3fe575994b627eb4438cd49143f2017449169
tree56cc2bc3c716f31c2ef0d4a6c3dd115e20439156
parent44a9a65aa74cd927bfa3abd3b53569500842b489
Refactor AMF respone streaming

Using a Proc object for the response body is deprecated, so switch
to using an object with an each method that yields each response.
app/controllers/amf_controller.rb
lib/potlatch.rb