# File lib/protocols/httpcli2.rb, line 146
146:                         def receive_chunked_text text
147:                                 # p "RECEIVED #{text.length} CHUNK"
148:                                 (@content ||= []) << text
149:                         end