# File lib/em-http/client.rb, line 34
    def status
      Integer(http_status) rescue 0
    end