# File lib/em/protocols/httpclient2.rb, line 157 def receive_chunked_text text # p "RECEIVED #{text.length} CHUNK" (@content ||= []) << text end