# File lib/protocols/httpcli2.rb, line 136 136: def receive_chunked_text text 137: p "RECEIVED #{text.length} CHUNK" 138: (@content ||= []) << text 139: end