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