# File lib/protocols/httpcli2.rb, line 214 214: def receive_text text 215: @chunking ? receive_chunked_text(text) : receive_sized_text(text) 216: end