# File lib/em/protocols/httpclient2.rb, line 232
        def receive_sized_text text
          @content = text
          @conn.pop_request
          succeed(self)
        end