# File lib/protocols/httpcli2.rb, line 222
222:                         def receive_sized_text text
223:                                 @content = text
224:                                 @conn.pop_request
225:                                 succeed
226:                         end