# File lib/em/protocols/httpclient2.rb, line 224 def receive_text text @chunking ? receive_chunked_text(text) : receive_sized_text(text) end