From: Tom Hughes Date: Wed, 28 Sep 2011 20:35:58 +0000 (+0100) Subject: Refactor AMF respone streaming X-Git-Tag: live~6081 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d6c3fe575994b627eb4438cd49143f2017449169?hp=d6c3fe575994b627eb4438cd49143f2017449169 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. ---