# File lib/rev/http_client.rb, line 191
191:     def on_body_data(data)
192:       STDOUT.write data
193:       STDOUT.flush
194:     end