# File lib/rev/http_client.rb, line 226 226: def on_read(data) 227: @data << data 228: dispatch 229: end