# File lib/rev/http_client.rb, line 220 220: def on_read(data) 221: @data << data 222: dispatch 223: end