# File lib/protocols/httpcli2.rb, line 195 195: def receive_text text 196: @chunking ? receive_chunked_text(text) : receive_sized_text(text) 197: end