# File lib/em-http/client.rb, line 357 def on_decoded_body_data(data) if @stream @stream.call(data) else @response << data end end