# File lib/cool.io/http_client.rb, line 191
    def on_body_data(data)
      STDOUT.write data
      STDOUT.flush
    end