# File lib/protocols/httpcli2.rb, line 203
203:                         def receive_sized_text text
204:                                 @content = text
205:                                 @conn.pop_request
206:                                 succeed
207:                         end