# File lib/em-socksify/socksify.rb, line 40
    def socks_receive_data(data)
      @socks_data << data
      socks_parse_response
    end