# File lib/em-socksify/connectify.rb, line 35
    def connect_receive_data(data)
      @connect_data << data
      connect_parse_response
    end